diff options
author | dartraiden <wowemuh@gmail.com> | 2022-12-17 15:36:37 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-12-17 15:36:37 +0300 |
commit | f4b92c5c224f8aeffc8ffb9b372fc9b25bac2559 (patch) | |
tree | 4109227a0856760660019466a1a001380b0638b6 /protocols/Sametime | |
parent | 881ee3db79192689d692e71aeafee11d1ceab28d (diff) |
Mediawiki considers URLs with and without a trailing slash as different pages, see https://phabricator.wikimedia.org/T14703
Diffstat (limited to 'protocols/Sametime')
-rw-r--r-- | protocols/Sametime/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Sametime/src/version.h b/protocols/Sametime/src/version.h index 41ff4b76b7..a09e825f76 100644 --- a/protocols/Sametime/src/version.h +++ b/protocols/Sametime/src/version.h @@ -10,4 +10,4 @@ #define __DESCRIPTION "Implementation of instant messaging for the Lotus Sametime protocol."
#define __AUTHOR "Scott Ellis, Szymon Tokarz"
#define __COPYRIGHT "© 2005 Scott Ellis, 2014-22 wsx22"
-#define __AUTHORWEB "https://miranda-ng.org/p/Sametime/"
+#define __AUTHORWEB "https://miranda-ng.org/p/Sametime"
|