From f4b92c5c224f8aeffc8ffb9b372fc9b25bac2559 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 17 Dec 2022 15:36:37 +0300 Subject: Mediawiki considers URLs with and without a trailing slash as different pages, see https://phabricator.wikimedia.org/T14703 --- plugins/HistoryPlusPlus/hpp_global.pas | 2 +- plugins/HistoryPlusPlus/hpp_opt_dialog.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/HistoryPlusPlus') diff --git a/plugins/HistoryPlusPlus/hpp_global.pas b/plugins/HistoryPlusPlus/hpp_global.pas index 6ee414e78f..fc115b0727 100644 --- a/plugins/HistoryPlusPlus/hpp_global.pas +++ b/plugins/HistoryPlusPlus/hpp_global.pas @@ -173,7 +173,7 @@ const hppAuthor = 'theMIROn, Art Fedorov'; hppCopyright = '© 2006-2009 theMIROn, 2003-2006 Art Fedorov. History+ parts © 2001 Christian Kastner'; - hppHomePageURL = 'https://miranda-ng.org/p/HistoryPP/'; + hppHomePageURL = 'https://miranda-ng.org/p/HistoryPP'; hppIPName = 'historypp_icons.dll'; diff --git a/plugins/HistoryPlusPlus/hpp_opt_dialog.pas b/plugins/HistoryPlusPlus/hpp_opt_dialog.pas index 25281bed1f..f203f59a6a 100644 --- a/plugins/HistoryPlusPlus/hpp_opt_dialog.pas +++ b/plugins/HistoryPlusPlus/hpp_opt_dialog.pas @@ -71,7 +71,7 @@ const ID_NEED_RESTART = 999; // "Please restart Miranda IM..." const - URL_NEEDOPTIONS = 'https://miranda-ng.org/p/HistoryPP#Hidden_options'; + URL_NEEDOPTIONS = 'https://miranda-ng.org/p/HistoryPP#Hidden_settings'; { function GetText(idCtrl: Integer): AnsiString; -- cgit v1.2.3