summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/statistic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryStats/src/statistic.cpp')
-rw-r--r--plugins/HistoryStats/src/statistic.cpp2
1 files changed, 1 insertions, 1 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()))