summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2016-02-12 19:43:49 -0800
committerJason Wray <jason@mapbox.com>2016-02-12 19:43:49 -0800
commita7e61bee541c882e7dda1585d93f2d8cc58c96e7 (patch)
tree463e023757c2b9fb26c46d7185235d8fdfc00970 /ios
parentc5e3b2089181ff2467252dd7cf196df5f1f479d3 (diff)
downloadqtlocation-mapboxgl-a7e61bee541c882e7dda1585d93f2d8cc58c96e7.tar.gz
[ios] Fix screenshot link in generated docs
[skip ci]
Diffstat (limited to 'ios')
-rw-r--r--ios/docs/doc-README.md2
-rw-r--r--ios/docs/pod-README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/ios/docs/doc-README.md b/ios/docs/doc-README.md
index 0565d65cdd..d3c4bd5e4a 100644
--- a/ios/docs/doc-README.md
+++ b/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 GL 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.
-[![](https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/ios/screenshot.png)]()
+[![](https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/platform/ios/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/CHANGELOG.md) is also available.
diff --git a/ios/docs/pod-README.md b/ios/docs/pod-README.md
index 37521fbe3a..ff1cd11999 100644
--- a/ios/docs/pod-README.md
+++ b/ios/docs/pod-README.md
@@ -4,7 +4,7 @@ The Mapbox iOS SDK is an open-source framework for embedding interactive map vie
For more information, check out the [Mapbox iOS SDK homepage](https://www.mapbox.com/ios-sdk/) and the [full changelog](https://github.com/mapbox/mapbox-gl-native/blob/master/CHANGELOG.md) online.
-[![](https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/ios/screenshot.png)]()
+[![](https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/platform/ios/screenshot.png)]()
## Installation