diff --git a/UI/GameSettingsScreen.cpp b/UI/GameSettingsScreen.cpp index 161bf2e037..83c431cb11 100644 --- a/UI/GameSettingsScreen.cpp +++ b/UI/GameSettingsScreen.cpp @@ -1069,7 +1069,7 @@ void RecreateActivity() { } UI::EventReturn GameSettingsScreen::OnAdhocGuides(UI::EventParams &e) { - LaunchBrowser("https://github.com/hrydgard/ppsspp/wiki/How-to-play-multiplayer-games-over-PPSSPP"); + LaunchBrowser("https://github.com/hrydgard/ppsspp/wiki/How-to-play-multiplayer-games-with-PPSSPP"); return UI::EVENT_DONE; }