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 /plugins/Popup/src | |
| parent | 881ee3db79192689d692e71aeafee11d1ceab28d (diff) | |
Mediawiki considers URLs with and without a trailing slash as different pages, see https://phabricator.wikimedia.org/T14703
Diffstat (limited to 'plugins/Popup/src')
| -rw-r--r-- | plugins/Popup/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/version.h b/plugins/Popup/src/version.h index f957f9ade0..366359fcc4 100644 --- a/plugins/Popup/src/version.h +++ b/plugins/Popup/src/version.h @@ -9,5 +9,5 @@ #define __FILENAME "PopupPlus.dll"
#define __DESCRIPTION "Provides popup notification services for different plugins."
#define __AUTHOR "MPK, Merlin_de (Luca Santarelli, Victor Pavlychko)"
-#define __AUTHORWEB "https://miranda-ng.org/p/PopupPlus/"
+#define __AUTHORWEB "https://miranda-ng.org/p/PopupPlus"
#define __COPYRIGHT "© 2002 Luca Santarelli, 2004-2007 Victor Pavlychko, 2010 MPK, Merlin_de"
|
