diff --git a/iphone/Maps/UI/Settings/MWMSettingsViewController.mm b/iphone/Maps/UI/Settings/MWMSettingsViewController.mm index cb32951c44..d5401b6f60 100644 --- a/iphone/Maps/UI/Settings/MWMSettingsViewController.mm +++ b/iphone/Maps/UI/Settings/MWMSettingsViewController.mm @@ -375,7 +375,7 @@ using namespace power_management; { [tableView deselectRowAtIndexPath:indexPath animated:YES]; [UIApplication.sharedApplication - openURL:[NSURL URLWithString:@"https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions"] + openURL:[NSURL URLWithString:@"https://apps.apple.com/account/subscriptions"] options:@{} completionHandler:nil]; }