diff options
Diffstat (limited to 'src')
-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 a72cce44af..ce4e9a4d2d 100644 --- a/src/core/stdhelp/src/help.cpp +++ b/src/core/stdhelp/src/help.cpp @@ -53,7 +53,7 @@ static INT_PTR WebsiteCommand(WPARAM, LPARAM) static INT_PTR BugCommand(WPARAM, LPARAM)
{
- Utils_OpenUrl("http://trac.miranda-ng.org/newticket");
+ Utils_OpenUrl("https://github.com/miranda-ng/miranda-ng/issues/new");
return 0;
}
|