summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLLight.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLLight.h')
-rw-r--r--platform/darwin/src/MGLLight.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/darwin/src/MGLLight.h b/platform/darwin/src/MGLLight.h
index 52bda1fecd..9694a18d0f 100644
--- a/platform/darwin/src/MGLLight.h
+++ b/platform/darwin/src/MGLLight.h
@@ -62,8 +62,8 @@ NS_INLINE MGLSphericalPosition MGLSphericalPositionMake(CGFloat radial, CLLocati
#### Related examples
See the <a
- href="https://www.mapbox.com/ios-sdk/maps/examples/light-example/">Adjust light
- of 3D buildings</a> to learn how to create and modify the light source for 3D
+ href="https://docs.mapbox.com/ios/maps/examples/light-example/">Adjust light of
+ 3D buildings</a> to learn how to create and modify the light source for 3D
geometries.
*/
MGL_EXPORT
@@ -128,8 +128,8 @@ MGL_EXPORT
#### Related examples
See the <a
- href="https://www.mapbox.com/ios-sdk/maps/examples/light-example/">Adjust light
- of 3D buildings</a> example to learn how to create and modify the position of
+ href="https://docs.mapbox.com/ios/maps/examples/light-example/">Adjust light of
+ 3D buildings</a> example to learn how to create and modify the position of
value of an `MGLLight` object for 3D geometries.
*/
@property (nonatomic) NSExpression *position;