We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a900363 commit ea2046fCopy full SHA for ea2046f
UI/IAPScreen.cpp
@@ -69,7 +69,7 @@ void IAPScreen::CreateViews() {
69
70
Choice *moreInfo = rightColumnItems->Add(new Choice(di->T("More info")));
71
moreInfo->OnClick.Add([](UI::EventParams &) {
72
- System_LaunchUrl(LaunchUrlType::BROWSER_URL, "https://www.ppsspp.org/docs/reference/whygold/");
+ System_LaunchUrl(LaunchUrlType::BROWSER_URL, "https://www.ppsspp.org/buygold_ios");
73
return UI::EVENT_DONE;
74
});
75
0 commit comments