summaryrefslogtreecommitdiff
path: root/platform/macos
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-01-24 16:45:51 -0800
committerJason Wray <friedbunny@users.noreply.github.com>2019-01-25 11:57:45 -0800
commit67e5761e722318e96b86e4615fdd071c1805bae8 (patch)
treee1e7d1115a2f9e45392212f0670288a31dce8a01 /platform/macos
parentd7cd06eb55a4bdce3edbd86f6ab6088d5e7e8331 (diff)
downloadqtlocation-mapboxgl-67e5761e722318e96b86e4615fdd071c1805bae8.tar.gz
[ios] Update more URLs to docs.mapbox.com/ios
Diffstat (limited to 'platform/macos')
-rw-r--r--platform/macos/docs/pod-README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/macos/docs/pod-README.md b/platform/macos/docs/pod-README.md
index 5dbef70efb..6fd0926443 100644
--- a/platform/macos/docs/pod-README.md
+++ b/platform/macos/docs/pod-README.md
@@ -6,7 +6,7 @@ Put interactive, scalable world maps into your native Cocoa application with the
* Customize every aspect of the map’s appearance in code or visually using [Mapbox Studio](https://www.mapbox.com/mapbox-studio/).
* High-performance OpenGL rendering and multitouch gestures keep your users happy.
* A well-designed, fully documented API helps you stay productive.
-* Develop across [multiple platforms](https://www.mapbox.com/maps/), including [iOS](https://www.mapbox.com/ios-sdk/), using the same styles and similar APIs.
+* Develop across [multiple platforms](https://www.mapbox.com/maps/), including [iOS](https://docs.mapbox.com/ios/maps/), using the same styles and similar APIs.
![](https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/platform/macos/docs/img/screenshot.jpg)
@@ -93,6 +93,6 @@ script AppDelegate
end script
```
-Full API documentation is included in this package, within the `documentation` folder, and [online](https://mapbox.github.io/mapbox-gl-native/macos/). The [Mapbox Maps SDK for iOS](https://www.mapbox.com/ios-sdk/) has [API documentation](https://www.mapbox.com/ios-sdk/api/) and [online examples](https://www.mapbox.com/ios-sdk/examples/) that apply to the Mapbox Maps SDK for macOS with few differences, mostly around unimplemented features like user location tracking.
+Full API documentation is included in this package, within the `documentation` folder, and [online](https://mapbox.github.io/mapbox-gl-native/macos/). The [Mapbox Maps SDK for iOS](https://docs.mapbox.com/ios/maps/) has [API documentation](https://docs.mapbox.com/ios/api/maps/) and [online examples](https://docs.mapbox.com/ios/maps/examples/) that apply to the Mapbox Maps SDK for macOS with few differences, mostly around unimplemented features like user location tracking.
Mapbox does not officially support the macOS SDK to the same extent as the iOS SDK; however, [bug reports and pull requests](https://github.com/mapbox/mapbox-gl-native/issues/) are certainly welcome.