diff options
author | Jason Wray <jason@mapbox.com> | 2017-08-04 15:47:42 -0400 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2017-08-04 15:47:42 -0400 |
commit | 01d801c8c73b77c75a28f4fa8148780d58fe464d (patch) | |
tree | 4b1298eb5483f28fb1d0b70a01f04c72fd7758cd /platform/ios/docs | |
parent | 6a8ed6f83ae6ae9494cfc075214ba4558abd7e85 (diff) | |
download | qtlocation-mapboxgl-01d801c8c73b77c75a28f4fa8148780d58fe464d.tar.gz |
[ios] Update READMEs to link to help page
Diffstat (limited to 'platform/ios/docs')
-rw-r--r-- | platform/ios/docs/doc-README.md | 2 | ||||
-rw-r--r-- | platform/ios/docs/pod-README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/docs/doc-README.md b/platform/ios/docs/doc-README.md index 6c2693cbbf..ebad32e04c 100644 --- a/platform/ios/docs/doc-README.md +++ b/platform/ios/docs/doc-README.md @@ -6,4 +6,4 @@ The Mapbox iOS SDK is an open-source framework for embedding interactive map vie 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. -If you have any questions, please [contact our support team](https://www.mapbox.com/contact/). We welcome your [bug reports and feature requests](https://github.com/mapbox/mapbox-gl-native/issues/). +If you have any questions, please see [our help page](https://www.mapbox.com/help/). We welcome your [bug reports, feature requests, and contributions](https://github.com/mapbox/mapbox-gl-native/issues/). diff --git a/platform/ios/docs/pod-README.md b/platform/ios/docs/pod-README.md index 0a7edc5a41..2e5a78841c 100644 --- a/platform/ios/docs/pod-README.md +++ b/platform/ios/docs/pod-README.md @@ -96,4 +96,4 @@ class ViewController: UIViewController { Full API documentation is included in this package, within the `documentation` folder. For more details, 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/). -If you have any questions, please [contact our support team](https://www.mapbox.com/contact/). We welcome your [bug reports and feature requests](https://github.com/mapbox/mapbox-gl-native/issues/). +If you have any questions, please see [our help page](https://www.mapbox.com/help/). We welcome your [bug reports, feature requests, and contributions](https://github.com/mapbox/mapbox-gl-native/issues/). |