From e6d859ae7878fd715f6f6607ffcc2d7a63ee2f5f Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Wed, 7 May 2025 14:22:02 -0400 Subject: [PATCH] Fix incorrect link --- doc/python/tile-scatter-maps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/tile-scatter-maps.md b/doc/python/tile-scatter-maps.md index 34fd93cacaf..69996cea08f 100644 --- a/doc/python/tile-scatter-maps.md +++ b/doc/python/tile-scatter-maps.md @@ -348,6 +348,6 @@ fig.show() #### Reference -See [function reference for `px.scatter_map`](https://plotly.com/python-api-reference/generated/plotly.express.scatter_mapbox) or https://plotly.com/python/reference/scattermap/ for more information about the attributes available. +See [function reference for `px.scatter_map`](https://plotly.com/python-api-reference/generated/plotly.express.scatter_map) or https://plotly.com/python/reference/scattermap/ for more information about the attributes available. For Mapbox-based tile maps, see [function reference for `px.scatter_mapbox`](https://plotly.com/python-api-reference/generated/plotly.express.scatter_mapbox) or https://plotly.com/python/reference/scattermapbox/.