From 75230bfe0a927fa3b86b73d236f3e9d92e1c5009 Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 23 May 2022 18:03:18 -0400 Subject: [PATCH] fix support link in help menu --- desmume/src/frontend/windows/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/frontend/windows/main.cpp b/desmume/src/frontend/windows/main.cpp index f84ccea61..b1001929b 100644 --- a/desmume/src/frontend/windows/main.cpp +++ b/desmume/src/frontend/windows/main.cpp @@ -5409,7 +5409,7 @@ DOKEYDOWN: #ifndef BETA_VERSION 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; #endif