summaryrefslogtreecommitdiff
path: root/src/core/stdidle
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stdidle')
-rw-r--r--src/core/stdidle/src/idle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdidle/src/idle.cpp b/src/core/stdidle/src/idle.cpp
index f5a30ef6a6..8a04285c2b 100644
--- a/src/core/stdidle/src/idle.cpp
+++ b/src/core/stdidle/src/idle.cpp
@@ -388,7 +388,7 @@ static int IdleModernOptInit(WPARAM wParam, LPARAM)
obj.pfnDlgProc = IdleOptsDlgProc;
// obj.lpzClassicGroup = "Status";
// obj.lpzClassicPage = "Messages";
- obj.lpzHelpUrl = "http://wiki.miranda-ng.org/";
+ obj.lpzHelpUrl = "https://wiki.miranda-ng.org/";
CallService(MS_MODERNOPT_ADDOBJECT, wParam, (LPARAM)&obj);
return 0;
}