diff --git a/docs/src/pages/docs/frequently-asked-questions-page.mdx b/docs/src/pages/docs/frequently-asked-questions-page.mdx index 5b4ab72fb3a..1a2e83d324f 100644 --- a/docs/src/pages/docs/frequently-asked-questions-page.mdx +++ b/docs/src/pages/docs/frequently-asked-questions-page.mdx @@ -76,7 +76,7 @@ SUPERSET_WEBSERVER_TIMEOUT = 60 ### Why is the map not visible in the geospatial visualization? -You need to register a free account at [Mapbox.com](www.mapbox.com), obtain an API key, and add it +You need to register a free account at [Mapbox.com](https://www.mapbox.com), obtain an API key, and add it to **superset_config.py** at the key MAPBOX_API_KEY: ```