Fix broken link to "About Mapbox Tokens" (#1053)

This commit is contained in:
davidnx 2020-03-26 09:51:55 -07:00 committed by GitHub
parent e159c1e7d4
commit f01cbdb01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ import type {ViewState} from '../mapbox/mapbox';
/* eslint-disable max-len */
const TOKEN_DOC_URL =
'https://uber.github.io/react-map-gl/#/Documentation/getting-started/about-mapbox-tokens';
'https://uber.github.io/react-map-gl/docs/get-started/mapbox-tokens';
const NO_TOKEN_WARNING = 'A valid API access token is required to use Mapbox data';
/* eslint-disable max-len */