From 28ced83d8dc66de5c964cf4f2e72d591586f396d Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 1 Sep 2022 02:15:36 +0300 Subject: Fix addons URL --- plugins/IEView/src/Options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/IEView') diff --git a/plugins/IEView/src/Options.cpp b/plugins/IEView/src/Options.cpp index 09e4226c82..7938b5ed42 100644 --- a/plugins/IEView/src/Options.cpp +++ b/plugins/IEView/src/Options.cpp @@ -570,7 +570,7 @@ static INT_PTR CALLBACK IEViewSRMMOptDlgProc(HWND hwndDlg, UINT msg, WPARAM wPar MarkChanges(2, hwndDlg); break; case IDC_GETTEMPLATES: - Utils_OpenUrl("https://miranda-ng.org/addons/category/16"); + Utils_OpenUrl("https://miranda-ng.org/tags/ieview-templates/"); break; } break; -- cgit v1.2.3