diff options
Diffstat (limited to 'src/core/stdhelp')
-rw-r--r-- | src/core/stdhelp/src/help.cpp | 2 |
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;
}
|