summaryrefslogtreecommitdiff
path: root/platform/ios/docs/guides/For Style Authors.md
diff options
context:
space:
mode:
authorNadia Barbosa <nadiabarbosa@me.com>2018-08-02 13:42:35 -0700
committerNadia Barbosa <captainbarbosa@users.noreply.github.com>2018-08-14 16:38:38 -0700
commit4b9ed3837a68dd49286711049c1f07be7bbcab04 (patch)
tree972c8dec541b24f076a2ce6b55315b485c91a70b /platform/ios/docs/guides/For Style Authors.md
parent20f880ebec82bbd7553fc382400227efc0105bce (diff)
downloadqtlocation-mapboxgl-4b9ed3837a68dd49286711049c1f07be7bbcab04.tar.gz
[ios] Remove duplicated guides
Diffstat (limited to 'platform/ios/docs/guides/For Style Authors.md')
-rw-r--r--platform/ios/docs/guides/For Style Authors.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/docs/guides/For Style Authors.md b/platform/ios/docs/guides/For Style Authors.md
index 24a2f7d3a4..9d240045b3 100644
--- a/platform/ios/docs/guides/For Style Authors.md
+++ b/platform/ios/docs/guides/For Style Authors.md
@@ -41,7 +41,7 @@ Studio, especially when multitasking is enabled. Your user’s viewing distance
may be shorter than on a desktop computer. Some of your users may use the Larger
Dynamic Type and Accessibility Text features to increase the size of all text on
the device. You can use the
-[runtime styling API](#manipulating-the-style-at-runtime) to adjust your style’s
+[runtime styling API](https://www.mapbox.com/ios-sdk/maps/overview/runtime-styling/) to adjust your style’s
font and icon sizes accordingly.
Design sprite images and choose font weights that look crisp on both
@@ -98,7 +98,7 @@ represented at runtime by an `MGLStyle` object, which provides access to various
`MGLSource` and `MGLStyleLayer` objects that represent content sources and style
layers, respectively.
For more information about the capabilities exposed by the runtime styling API,
-see “[Runtime Styling](runtime-styling.html)”.
+see “[Runtime Styling](https://www.mapbox.com/ios-sdk/maps/overview/runtime-styling/)”.
The names of runtime styling classes and properties on iOS are generally
consistent with the style specification and Mapbox Studio’s Styles editor. Any