SEO optimization

This commit is contained in:
Henrik Rydgård 2021-09-19 18:50:59 +02:00
parent e406006fd5
commit 367c6814b4

View file

@ -287,7 +287,7 @@ void MemStickScreen::CreateViews() {
}
UI::EventReturn MemStickScreen::OnHelp(UI::EventParams &params) {
LaunchBrowser("https://ppsspp.org/guide_storage.html");
LaunchBrowser("https://www.ppsspp.org/guide_storage.html");
return UI::EVENT_DONE;
}