fix support link in help menu

This commit is contained in:
zeromus 2022-05-23 18:03:18 -04:00
parent 08b6fade0b
commit 75230bfe0a
1 changed files with 1 additions and 1 deletions

View File

@ -5409,7 +5409,7 @@ DOKEYDOWN:
#ifndef BETA_VERSION #ifndef BETA_VERSION
case IDM_SUBMITBUGREPORT: case IDM_SUBMITBUGREPORT:
ShellExecute(NULL, "open", "http://sourceforge.net/p/desmume/bugs/", NULL, NULL, SW_SHOWNORMAL); ShellExecute(NULL, "open", "https://github.com/TASEmulators/desmume/issues/", NULL, NULL, SW_SHOWNORMAL);
return 0; return 0;
#endif #endif