summaryrefslogtreecommitdiff
path: root/plugins/MenuItemEx/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/MenuItemEx/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/MenuItemEx/src')
-rw-r--r--plugins/MenuItemEx/src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MenuItemEx/src/version.h b/plugins/MenuItemEx/src/version.h
index 6916e7d134..b7a165e614 100644
--- a/plugins/MenuItemEx/src/version.h
+++ b/plugins/MenuItemEx/src/version.h
@@ -9,5 +9,5 @@
#define __FILENAME "MenuEx.dll"
#define __DESCRIPTION "Adds some useful options to a contacts menu."
#define __AUTHOR "Heiko Schillinger, Baloo, Billy_Bons, Robert Pösel"
-#define __AUTHORWEB "https://miranda-ng.org/p/MenuEx/"
+#define __AUTHORWEB "https://miranda-ng.org/p/MenuEx"
#define __COPYRIGHT "© 2001-03 Heiko Schillinger, © 2006-08 Baloo, © 2009-10 Billy_Bons, © 2011-13 Robert Pösel"