summaryrefslogtreecommitdiff
path: root/docs/DEVELOP_ANDROID_OSX.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/DEVELOP_ANDROID_OSX.md')
-rw-r--r--docs/DEVELOP_ANDROID_OSX.md2
1 files changed, 1 insertions, 1 deletions
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.