summaryrefslogtreecommitdiff
path: root/src/core/stdhelp
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2017-08-06 18:18:07 +0200
committerRobert Pösel <robyer@seznam.cz>2017-08-06 18:19:08 +0200
commit6d1f6fb99d843cb29a869cf9877eb14045a26245 (patch)
tree00c77c66ab81711689cec2ace92dc05c5be25091 /src/core/stdhelp
parentc3a30a7cfbdfbde6e7583eee28c712734ac8bc55 (diff)
Update rest of links to https
Diffstat (limited to 'src/core/stdhelp')
-rw-r--r--src/core/stdhelp/src/help.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdhelp/src/help.cpp b/src/core/stdhelp/src/help.cpp
index 68cac3fb7b..42c679a2dc 100644
--- a/src/core/stdhelp/src/help.cpp
+++ b/src/core/stdhelp/src/help.cpp
@@ -41,7 +41,7 @@ static INT_PTR AboutCommand(WPARAM wParam, LPARAM)
static INT_PTR IndexCommand(WPARAM, LPARAM)
{
- Utils_OpenUrl("http://wiki.miranda-ng.org");
+ Utils_OpenUrl("https://wiki.miranda-ng.org");
return 0;
}