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/DEVELOP_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/DEVELOP_OSX.md')
-rw-r--r-- | docs/DEVELOP_OSX.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DEVELOP_OSX.md b/docs/DEVELOP_OSX.md index ed9142b092..02d0865726 100644 --- a/docs/DEVELOP_OSX.md +++ b/docs/DEVELOP_OSX.md @@ -10,7 +10,7 @@ Note that you can't have more than one project in Xcode open at a time because t ### 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`. |