summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeather Stenson <h.n.stenson@gmail.com>2019-01-10 12:54:08 -0800
committerGitHub <noreply@github.com>2019-01-10 12:54:08 -0800
commitb7cd091ce1b72c8e0ab12f9329e8b891a978c252 (patch)
treeb70db77cdf61bd502a258ce4420f2571c815f631
parente34bc464ffb47ddb399db347965daabde7cda483 (diff)
downloadqtlocation-mapboxgl-b7cd091ce1b72c8e0ab12f9329e8b891a978c252.tar.gz
[ios] - update links to new API doc format (#13694)
-rw-r--r--platform/ios/Integration Tests/MGLStyleLayerIntegrationTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/Integration Tests/MGLStyleLayerIntegrationTests.m b/platform/ios/Integration Tests/MGLStyleLayerIntegrationTests.m
index 53b8fdd6d1..460240bdec 100644
--- a/platform/ios/Integration Tests/MGLStyleLayerIntegrationTests.m
+++ b/platform/ios/Integration Tests/MGLStyleLayerIntegrationTests.m
@@ -15,7 +15,7 @@
MGLCircleStyleLayer *layer = [[MGLCircleStyleLayer alloc] initWithIdentifier: @"tree-style" source:source];
- // The source name from the source's TileJSON metadata: mapbox.com/api-documentation/#retrieve-tilejson-metadata
+ // The source name from the source's TileJSON metadata: mapbox.com/api-documentation/maps/#retrieve-tilejson-metadata
layer.sourceLayerIdentifier = @"yoshino-trees-a0puw5";
return layer;