diff options
author | dartraiden <wowemuh@gmail.com> | 2018-03-24 02:57:40 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-03-24 02:57:40 +0300 |
commit | 084effce43b8329bfa73916c757d90682c7834e8 (patch) | |
tree | 846391a59bba4330b4ca505d66f5bbf99e1ed8b4 /plugins | |
parent | d908e314c7ab4c3a6ba6dac868f48a37ea95d338 (diff) |
fix links
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Db3x_mmap/src/init.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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;
}
|