summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-11-29 01:39:29 -0800
committerMinh Nguyễn <mxn@1ec5.org>2015-11-29 01:39:29 -0800
commit4240dfb0a85188076712dfb5a102cafbe30b85f0 (patch)
tree907329fc4c3833b8c2ca5368ddb4d8e94e7b310d /include
parent92856f394c76f75051a72fbc5944b63cbea7ccde (diff)
downloadqtlocation-mapboxgl-4240dfb0a85188076712dfb5a102cafbe30b85f0.tar.gz
Updated links to access token manager
The old URL redirects to a Mapbox Studio page not specifically about access tokens.
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLMapView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/ios/MGLMapView.h b/include/mbgl/ios/MGLMapView.h
index ff13ae3a2c..609d062a98 100644
--- a/include/mbgl/ios/MGLMapView.h
+++ b/include/mbgl/ios/MGLMapView.h
@@ -20,7 +20,7 @@ NS_ASSUME_NONNULL_BEGIN
/** An MGLMapView object provides an embeddable map interface, similar to the one provided by Apple's MapKit. You use this class to display map information and to manipulate the map contents from your application. You can center the map on a given coordinate, specify the size of the area you want to display, and style the features of the map to fit your application's use case.
*
-* Use of MGLMapView requires a Mapbox API access token. Obtain an access token on the [Mapbox account page](https://www.mapbox.com/account/apps/). If you instantiate an MGLMapView from Interface Builder, rendering of the map won't begin until the accessToken property has been set.
+* Use of MGLMapView requires a Mapbox API access token. Obtain an access token on the [Mapbox account page](https://www.mapbox.com/studio/account/tokens/). If you instantiate an MGLMapView from Interface Builder, rendering of the map won't begin until the accessToken property has been set.
*
* @warning Please note that you are responsible for getting permission to use the map data, and for ensuring your use adheres to the relevant terms of use. */
IB_DESIGNABLE