mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
@ -41,7 +41,7 @@ AboutDolphin::AboutDolphin(wxWindow *parent, wxWindowID id,
|
||||
"Today Dolphin is an open source project with many\n"
|
||||
"contributors, too many to list.\n"
|
||||
"If interested, just go check out the project page at\n"
|
||||
"https://github.com/dolphin-emu/dolphin/ .\n"
|
||||
"https://github.com/dolphin-emu/dolphin .\n"
|
||||
"\n"
|
||||
"Special thanks to Bushing, Costis, CrowTRobo,\n"
|
||||
"Marcan, Segher, Titanik, or9 and Hotquik for their\n"
|
||||
|
@ -1415,7 +1415,7 @@ void CFrame::OnHelp(wxCommandEvent& event)
|
||||
WxUtils::Launch("https://dolphin-emu.org/docs/guides/");
|
||||
break;
|
||||
case IDM_HELP_GITHUB:
|
||||
WxUtils::Launch("https://github.com/dolphin-emu/dolphin/");
|
||||
WxUtils::Launch("https://github.com/dolphin-emu/dolphin");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user