summaryrefslogtreecommitdiff
path: root/platform/ios/docs/doc-README.md
diff options
context:
space:
mode:
authorEric Wolfe <eric.r.wolfe@gmail.com>2017-01-03 14:40:14 -0800
committerGitHub <noreply@github.com>2017-01-03 14:40:14 -0800
commit01717af59f5700cc22df17485bf2ba56eab65968 (patch)
tree7668d8b80d7f2888f751667a5519e4727c81fac1 /platform/ios/docs/doc-README.md
parent1aab26e3157db787eefe9df7318d3eee009ca802 (diff)
downloadqtlocation-mapboxgl-01717af59f5700cc22df17485bf2ba56eab65968.tar.gz
[ios] Adds guides to documentation sidebar (#7488)
Initial set of guides focused on runtime styling
Diffstat (limited to 'platform/ios/docs/doc-README.md')
-rw-r--r--platform/ios/docs/doc-README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/docs/doc-README.md b/platform/ios/docs/doc-README.md
index 22493b1502..e91bc0b1cc 100644
--- a/platform/ios/docs/doc-README.md
+++ b/platform/ios/docs/doc-README.md
@@ -2,7 +2,7 @@
The Mapbox iOS SDK is an open-source framework for embedding interactive map views with scalable, customizable vector maps into Cocoa Touch applications on iOS 7.0 and above using Objective-C, Swift, or Interface Builder. It takes stylesheets that conform to the [Mapbox Style Specification](https://www.mapbox.com/mapbox-gl-style-spec/), applies them to vector tiles that conform to the [Mapbox Vector Tile Specification](https://www.mapbox.com/developers/vector-tiles/), and renders them using OpenGL.
-![Mapbox iOS SDK screenshots](screenshot.png)
+![Mapbox iOS SDK screenshots](img/screenshot.png)
For setup information, check out the [Mapbox iOS SDK homepage](https://www.mapbox.com/ios-sdk/). For detailed usage instructions, read “[First steps with the Mapbox iOS SDK](https://www.mapbox.com/help/first-steps-ios-sdk/)” and consult the [online examples](https://www.mapbox.com/ios-sdk/examples/). A [full changelog](https://github.com/mapbox/mapbox-gl-native/blob/master/platform/ios/CHANGELOG.md) is also available.