From 084effce43b8329bfa73916c757d90682c7834e8 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 24 Mar 2018 02:57:40 +0300 Subject: fix links --- plugins/Db3x_mmap/src/init.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Db3x_mmap') diff --git a/plugins/Db3x_mmap/src/init.cpp b/plugins/Db3x_mmap/src/init.cpp index 78647cf8f3..65a50988c5 100644 --- a/plugins/Db3x_mmap/src/init.cpp +++ b/plugins/Db3x_mmap/src/init.cpp @@ -79,7 +79,7 @@ static MDatabaseCommon* LoadDatabase(const wchar_t *profile, BOOL bReadOnly) DATABASELINK *pLink = GetDatabasePlugin("dbx_mdbx"); if (pLink == nullptr) { if (IDYES == MessageBoxW(nullptr, TranslateT(MISSING_DB_MSG), L"Miranda NG", MB_YESNO)) - Utils_OpenUrl("https://wiki.miranda-ng.org/index.php?title=Plugin:Dbx_mdbx"); + Utils_OpenUrl("https://miranda-ng.org/p/Dbx_mdbx"); return nullptr; } @@ -104,7 +104,7 @@ LBL_Error: if (SetServiceModePlugin(L"import") != SERVICE_ONLYDB) { if (IDYES == MessageBoxW(nullptr, TranslateT(MISSING_PLUG_MSG), L"Miranda NG", MB_YESNO)) - Utils_OpenUrl("https://wiki.miranda-ng.org/index.php?title=Plugin:Import"); + Utils_OpenUrl("https://miranda-ng.org/p/Import"); goto LBL_Error; } -- cgit v1.2.3