docs: correct incorrect hyperlink (#15245)

Current hyperlink is going to https://superset.apache.org/docs/www.mapbox.com
This commit is contained in:
kamalkeshavani-aiinside
2021-06-24 02:43:02 +09:00
committed by GitHub
parent b295c6ad43
commit a330b664c1

View File

@@ -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:
```