diff options
Diffstat (limited to 'src/core/stdhelp')
-rw-r--r-- | src/core/stdhelp/help.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdhelp/help.cpp b/src/core/stdhelp/help.cpp index 6bf91950ae..918ae51ad3 100644 --- a/src/core/stdhelp/help.cpp +++ b/src/core/stdhelp/help.cpp @@ -46,7 +46,7 @@ static INT_PTR IndexCommand(WPARAM, LPARAM) static INT_PTR WebsiteCommand(WPARAM, LPARAM)
{
- CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://www.miranda-im.org");
+ CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://nightly.miranda.im/");
return 0;
}
|