From 3418970ae45bfb8461ecfd2dfc9f58dd9e2758bc Mon Sep 17 00:00:00 2001 From: Antonio Zugaldia Date: Thu, 10 Jan 2019 10:08:05 -0500 Subject: [ios,android] rename all occurrence of www.mapbox.com/feedback to apps.mapbox.com/feedback --- platform/darwin/src/MGLAttributionInfo.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/darwin/src/MGLAttributionInfo.mm') diff --git a/platform/darwin/src/MGLAttributionInfo.mm b/platform/darwin/src/MGLAttributionInfo.mm index 2d65a2e46e..17d159f660 100644 --- a/platform/darwin/src/MGLAttributionInfo.mm +++ b/platform/darwin/src/MGLAttributionInfo.mm @@ -161,7 +161,7 @@ return nil; } - NSURLComponents *components = [NSURLComponents componentsWithString:@"https://www.mapbox.com/feedback/"]; + NSURLComponents *components = [NSURLComponents componentsWithString:@"https://apps.mapbox.com/feedback/"]; components.fragment = [NSString stringWithFormat:@"/%.5f/%.5f/%.2f/%.1f/%i", centerCoordinate.longitude, centerCoordinate.latitude, zoomLevel, direction, (int)round(pitch)]; -- cgit v1.2.1