summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLCircleStyleLayer.h
diff options
context:
space:
mode:
authorNadia Barbosa <nadiabarbosa@me.com>2019-01-17 17:15:38 -0800
committerNadia Barbosa <captainbarbosa@users.noreply.github.com>2019-01-23 13:16:28 -0800
commit332c1ac96a13542bded2ebd87173ee93c8026f63 (patch)
tree4e7f3ca146704b7e7d9776d478e3f52421f35759 /platform/darwin/src/MGLCircleStyleLayer.h
parent24b4ddf41628a0b0f3f0d59ac00db57ccd99a39e (diff)
downloadqtlocation-mapboxgl-332c1ac96a13542bded2ebd87173ee93c8026f63.tar.gz
[ios] Fix links in documentation
[ios] Update to docs.mapbox.com Update links
Diffstat (limited to 'platform/darwin/src/MGLCircleStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLCircleStyleLayer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/darwin/src/MGLCircleStyleLayer.h b/platform/darwin/src/MGLCircleStyleLayer.h
index 4b6a37fb86..e2b043a729 100644
--- a/platform/darwin/src/MGLCircleStyleLayer.h
+++ b/platform/darwin/src/MGLCircleStyleLayer.h
@@ -80,11 +80,11 @@ typedef NS_ENUM(NSUInteger, MGLCircleTranslationAnchor) {
#### Related examples
See the <a
- href="https://www.mapbox.com/ios-sdk/maps/examples/dds-circle-layer/">Data-driven
+ href="https://docs.mapbox.com/ios/maps/examples/dds-circle-layer/">Data-driven
circles</a>, <a
- href="https://www.mapbox.com/ios-sdk/maps/examples/shape-collection/">Add
- multiple shapes from a single shape source</a>, and <a
- href="https://www.mapbox.com/ios-sdk/maps/examples/clustering/">Cluster point
+ href="https://docs.mapbox.com/ios/maps/examples/shape-collection/">Add multiple
+ shapes from a single shape source</a>, and <a
+ href="https://docs.mapbox.com/ios/maps/examples/clustering/">Cluster point
data</a> examples to learn how to add circles to your map using this style
layer.