summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2022-12-17 15:36:37 +0300
committerdartraiden <wowemuh@gmail.com>2022-12-17 15:36:37 +0300
commitf4b92c5c224f8aeffc8ffb9b372fc9b25bac2559 (patch)
tree4109227a0856760660019466a1a001380b0638b6 /plugins/HistoryStats/src
parent881ee3db79192689d692e71aeafee11d1ceab28d (diff)
Mediawiki considers URLs with and without a trailing slash as different pages, see https://phabricator.wikimedia.org/T14703
Diffstat (limited to 'plugins/HistoryStats/src')
-rw-r--r--plugins/HistoryStats/src/statistic.cpp2
-rw-r--r--plugins/HistoryStats/src/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryStats/src/statistic.cpp b/plugins/HistoryStats/src/statistic.cpp
index 37da089c20..2fabf639bb 100644
--- a/plugins/HistoryStats/src/statistic.cpp
+++ b/plugins/HistoryStats/src/statistic.cpp
@@ -1108,7 +1108,7 @@ bool Statistic::stepWriteHTML()
tos << L"<div class=\"footer\">"
<< ext::kformat(TranslateT("Created with #{plugin} #{version} on #{date} at #{time}"))
- % L"#{plugin}" * L"<a href=\"https://miranda-ng.org/p/HistoryStats\">HistoryStats</a>"
+ % L"#{plugin}" * L"<a href=\"https://miranda-ng.org/p/HistoryStats">HistoryStats</a>"
% L"#{version}" * utils::versionToDotted(m_Settings.m_VersionCurrent)
% L"#{date}" * utils::htmlEscape(utils::timestampToDate(getTimeStarted()))
% L"#{time}" * utils::htmlEscape(utils::timestampToTime(getTimeStarted()))
diff --git a/plugins/HistoryStats/src/version.h b/plugins/HistoryStats/src/version.h
index 56a3720299..bd4e84b667 100644
--- a/plugins/HistoryStats/src/version.h
+++ b/plugins/HistoryStats/src/version.h
@@ -9,5 +9,5 @@
#define __FILENAME "HistoryStats.dll"
#define __DESCRIPTION "Creates detailed, colorful and highly customizable statistics using your message history."
#define __AUTHOR "Martin Afanasjew"
-#define __AUTHORWEB "https://miranda-ng.org/p/HistoryStats/"
+#define __AUTHORWEB "https://miranda-ng.org/p/HistoryStats"
#define __COPYRIGHT "© 2005-2007 Martin Afanasjew (see README for further credits)"