summaryrefslogtreecommitdiff
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/BUILD_IOS_OSX.md2
-rw-r--r--docs/DEVELOP_ANDROID_LINUX.md2
-rw-r--r--docs/DEVELOP_ANDROID_OSX.md2
-rw-r--r--docs/DEVELOP_IOS_OSX.md2
-rw-r--r--docs/DEVELOP_OSX.md2
5 files changed, 5 insertions, 5 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`.
diff --git a/docs/DEVELOP_ANDROID_LINUX.md b/docs/DEVELOP_ANDROID_LINUX.md
index 7a918299d6..219bb7d0e9 100644
--- a/docs/DEVELOP_ANDROID_LINUX.md
+++ b/docs/DEVELOP_ANDROID_LINUX.md
@@ -19,7 +19,7 @@ In the Android SDK Manager also select and install "Android Support Repository"
## Setting Mapbox Access Token
-_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/)._
gradle will take the value of the `MAPBOX_ACCESS_TOKEN` environ variable and save it to `"MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml` where the app will read it from.
diff --git a/docs/DEVELOP_ANDROID_OSX.md b/docs/DEVELOP_ANDROID_OSX.md
index c98c1e6553..380313aaa8 100644
--- a/docs/DEVELOP_ANDROID_OSX.md
+++ b/docs/DEVELOP_ANDROID_OSX.md
@@ -17,7 +17,7 @@ By default, the Android SDK will be installed to `/Users/<user>/Library/Android/
## Setting Mapbox Access Token
-_The test application (used for development purposes) uses Mapbox vector tiles, which require a Mapbox account and API access token. Obtain a free access token on the [Mapbox account page](https://www.mapbox.com/account/apps/)._
+_The test application (used for development purposes) uses Mapbox vector tiles, which require a Mapbox account and API access token. Obtain a free access token on the [Mapbox account page](https://www.mapbox.com/studio/account/tokens/)._
gradle will take the value of the `MAPBOX_ACCESS_TOKEN` environ variable and save it to `MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml` where the app will read it from.
diff --git a/docs/DEVELOP_IOS_OSX.md b/docs/DEVELOP_IOS_OSX.md
index 8f05b98218..183fd15705 100644
--- a/docs/DEVELOP_IOS_OSX.md
+++ b/docs/DEVELOP_IOS_OSX.md
@@ -20,7 +20,7 @@ If you don't have an Apple Developer account, change the destination from "My Ma
### 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`.
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`.