Skip to content

Commit ea2046f

Browse files
committed
iOS: Fix URL on More Info button on IAP screen
1 parent a900363 commit ea2046f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/IAPScreen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void IAPScreen::CreateViews() {
6969

7070
Choice *moreInfo = rightColumnItems->Add(new Choice(di->T("More info")));
7171
moreInfo->OnClick.Add([](UI::EventParams &) {
72-
System_LaunchUrl(LaunchUrlType::BROWSER_URL, "https://www.ppsspp.org/docs/reference/whygold/");
72+
System_LaunchUrl(LaunchUrlType::BROWSER_URL, "https://www.ppsspp.org/buygold_ios");
7373
return UI::EVENT_DONE;
7474
});
7575

0 commit comments

Comments
 (0)