summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeyStenson <heather.stenson@mapbox.com>2019-01-08 16:40:02 -0800
committerHeyStenson <heather.stenson@mapbox.com>2019-01-08 16:40:02 -0800
commit5cbacef18199db61f90a06529707362de1810916 (patch)
tree2afaf79fb8281e8a7d2e970bb0cab8cd9f18f818
parentf867c5784ccc63d419ebf8ee3dcef9fa4b610704 (diff)
downloadqtlocation-mapboxgl-upstream/ios-update-apidoc-urls.tar.gz
[ios] - update links to new API doc formatupstream/ios-update-apidoc-urls
-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;