diff --git a/README.md b/README.md index d8757e72f2..a70f19fe2c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ for travelers, tourists, hikers, and cyclists based on top of crowd-sourced **OpenStreetMap** data and curated with love by **MAPS.ME** founders.
-
+
diff --git a/iphone/Maps/Categories/UIKitCategories.m b/iphone/Maps/Categories/UIKitCategories.m
index 31dce78f74..ec87bb6829 100644
--- a/iphone/Maps/Categories/UIKitCategories.m
+++ b/iphone/Maps/Categories/UIKitCategories.m
@@ -85,8 +85,7 @@
- (void)rateApp
{
- /// @todo Set correct app url in follow-up release.
- NSString * urlString = @"https://testflight.apple.com/join/62l4Qh2K";
+ NSString * urlString = @"https://apps.apple.com/app/id1567437057?action=write-review";
NSURL * url = [NSURL URLWithString:urlString];
[self openURL:url options:@{} completionHandler:nil];
}