summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLAttributionInfo.mm
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2019-01-10 10:08:05 -0500
committertobrun <tobrun.van.nuland@gmail.com>2019-01-17 19:28:19 +0100
commit3418970ae45bfb8461ecfd2dfc9f58dd9e2758bc (patch)
treea0949a36de04a1797858ca9ddbb9a66a2555cf80 /platform/darwin/src/MGLAttributionInfo.mm
parent8ef6a25589da7de75baeb81fa21736b09c967ce4 (diff)
downloadqtlocation-mapboxgl-upstream/az-feedback-link.tar.gz
[ios,android] rename all occurrence of www.mapbox.com/feedback to apps.mapbox.com/feedbackupstream/az-feedback-link
Diffstat (limited to 'platform/darwin/src/MGLAttributionInfo.mm')
-rw-r--r--platform/darwin/src/MGLAttributionInfo.mm2
1 files changed, 1 insertions, 1 deletions
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)];