diff options
Diffstat (limited to 'src/Version.h')
-rw-r--r-- | src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h index e75de93..997e683 100644 --- a/src/Version.h +++ b/src/Version.h @@ -43,7 +43,7 @@ #define VERSION_WEBPAGEDISPLAY L"flo's freeware - http://www.flos-freeware.ch"
#define VERSION_EMAILDISPLAY L"florian.balmer@gmail.com"
#define VERSION_COMPANYNAME L"Florian Balmer et al."
-#define VERSION_MODPAGEDISPLAY L"http://xhmikosr.github.io/notepad2-mod/"
+#define VERSION_MODPAGEDISPLAY L"https://xhmikosr.github.io/notepad2-mod/"
#if defined(_WIN64)
#define VERSION_FILEVERSION_LONG L"Notepad2-mod (64-bit) " STRINGIFY(VERSION_MAJOR) L"." \
|