diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-11-29 01:39:29 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-11-29 01:39:29 -0800 |
commit | 4240dfb0a85188076712dfb5a102cafbe30b85f0 (patch) | |
tree | 907329fc4c3833b8c2ca5368ddb4d8e94e7b310d /docs/BUILD_IOS_OSX.md | |
parent | 92856f394c76f75051a72fbc5944b63cbea7ccde (diff) | |
download | qtlocation-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 'docs/BUILD_IOS_OSX.md')
-rw-r--r-- | docs/BUILD_IOS_OSX.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BUILD_IOS_OSX.md b/docs/BUILD_IOS_OSX.md index 6a43025201..643241adf3 100644 --- a/docs/BUILD_IOS_OSX.md +++ b/docs/BUILD_IOS_OSX.md @@ -17,7 +17,7 @@ This section is for people contributing to Mapbox GL directly in the context of ### Access Tokens -_The demo applications use Mapbox vector tiles, which require a Mapbox account and API access token. Obtain an access token on the [Mapbox account page](https://www.mapbox.com/account/apps/)._ +_The demo applications use Mapbox vector tiles, which require a Mapbox account and API access token. Obtain an access token on the [Mapbox account page](https://www.mapbox.com/studio/account/tokens/)._ Set up the access token by editing the scheme for the application target, then adding an environment variable with the name `MAPBOX_ACCESS_TOKEN`. |