summaryrefslogtreecommitdiff
path: root/platform/ios/Integration Tests/MGLStyleLayerIntegrationTests.m
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Integration Tests/MGLStyleLayerIntegrationTests.m')
-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 460240bdec..31c494b7d5 100644
--- a/platform/ios/Integration Tests/MGLStyleLayerIntegrationTests.m
+++ b/platform/ios/Integration Tests/MGLStyleLayerIntegrationTests.m
@@ -9,7 +9,7 @@
// Adapted from https://www.mapbox.com/ios-sdk/examples/dds-circle-layer/
// "mapbox://examples.2uf7qges" is a map ID referencing a tileset. For more
- // more information, see mapbox.com/help/define-map-id/
+ // more information, see docs.mapbox.com/help/glossary/map-id/
MGLSource *source = [[MGLVectorTileSource alloc] initWithIdentifier:@"trees" configurationURL:[NSURL URLWithString:@"mapbox://examples.2uf7qges"]];
[self.mapView.style addSource:source];