diff options
author | Lindsay Young <lindsay@mapbox.com> | 2017-10-24 14:20:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 14:20:33 -0700 |
commit | 5fa4790fdc24622d85db5fc503bcca9fe8c40b60 (patch) | |
tree | d28adbb06edeeec734258840a7a909a9ca25d3e3 /platform/ios/INSTALL.md | |
parent | f6c8dcbf392d03eb354faf5e86efae8b0b3757b7 (diff) | |
download | qtlocation-mapboxgl-5fa4790fdc24622d85db5fc503bcca9fe8c40b60.tar.gz |
[docs] updating ios & android install links (#10246)
* updating ios & android install links
* updating iOS custom builds page to link to iOS installtion
* updating copy
Diffstat (limited to 'platform/ios/INSTALL.md')
-rw-r--r-- | platform/ios/INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/INSTALL.md b/platform/ios/INSTALL.md index b64d9c650f..e8c821ecee 100644 --- a/platform/ios/INSTALL.md +++ b/platform/ios/INSTALL.md @@ -1,6 +1,6 @@ # Integrating custom builds of the Mapbox iOS SDK into your application -This document explains how to build a development version of Mapbox iOS SDK for use in your own Cocoa Touch application. To use a production-ready version of the SDK, see the [Mapbox iOS SDK homepage](https://mapbox.com/ios-sdk). +This document explains how to build a development version of Mapbox iOS SDK for use in your own Cocoa Touch application. To use a production-ready version of the SDK, see the [Mapbox iOS SDK installation page](https://www.mapbox.com/install/ios/). ### Requirements @@ -113,7 +113,7 @@ If using the static framework, add `$(inherited)` to your target’s Other Linke #### Carthage -For instructions on installing stable release versions of the Mapbox iOS SDK with Carthage, see [our website](https://www.mapbox.com/ios-sdk/). If you require a build without symbols pre-stripped, use [this feed URL](https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK-symbols.json) with Carthage. +For instructions on installing stable release versions of the Mapbox iOS SDK with Carthage, see [our website](https://www.mapbox.com/install/ios/carthage/). If you require a build without symbols pre-stripped, use [this feed URL](https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK-symbols.json) with Carthage. ##### Testing pre-releases with Carthage |