diff options
author | Jason Wray <jason@mapbox.com> | 2019-01-24 16:45:51 -0800 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2019-01-25 11:57:45 -0800 |
commit | 67e5761e722318e96b86e4615fdd071c1805bae8 (patch) | |
tree | e1e7d1115a2f9e45392212f0670288a31dce8a01 /platform/ios/README.md | |
parent | d7cd06eb55a4bdce3edbd86f6ab6088d5e7e8331 (diff) | |
download | qtlocation-mapboxgl-67e5761e722318e96b86e4615fdd071c1805bae8.tar.gz |
[ios] Update more URLs to docs.mapbox.com/ios
Diffstat (limited to 'platform/ios/README.md')
-rw-r--r-- | platform/ios/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/README.md b/platform/ios/README.md index 27c8ad4cc8..fe6f3be95d 100644 --- a/platform/ios/README.md +++ b/platform/ios/README.md @@ -1,10 +1,10 @@ -# [Mapbox Maps SDK for iOS](https://www.mapbox.com/ios-sdk/) +# [Mapbox Maps SDK for iOS](https://docs.mapbox.com/ios/maps/) [![Circle CI build status](https://circleci.com/gh/mapbox/mapbox-gl-native.svg?style=shield)](https://circleci.com/gh/mapbox/workflows/mapbox-gl-native/tree/master) A library based on [Mapbox GL Native](../../README.md) for embedding interactive map views with scalable, customizable vector maps into Cocoa Touch applications on iOS using Objective-C, Swift, or Interface Builder. -This repository is for day-to-day development of the SDK. Building the SDK yourself requires [a number of dependencies and steps](../../INSTALL.md) that are unnecessary for developing production applications. For production applications, please consider installing an official, prebuilt release instead; see the [Mapbox iOS SDK website](https://www.mapbox.com/ios-sdk/) for installation instructions. +This repository is for day-to-day development of the SDK. Building the SDK yourself requires [a number of dependencies and steps](../../INSTALL.md) that are unnecessary for developing production applications. For production applications, please consider installing an official, prebuilt release instead; see the [Mapbox Maps SDK for iOS website](https://docs.mapbox.com/ios/maps/) for installation instructions. * [Integrate the Mapbox Maps SDK for iOS into your application](https://www.mapbox.com/install/ios/). * [Learn about custom builds](INSTALL.md) |