From b7cd091ce1b72c8e0ab12f9329e8b891a978c252 Mon Sep 17 00:00:00 2001 From: Heather Stenson Date: Thu, 10 Jan 2019 12:54:08 -0800 Subject: [ios] - update links to new API doc format (#13694) --- platform/ios/Integration Tests/MGLStyleLayerIntegrationTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1