Skip to content

Commit b7a9c45

Browse files
authored
Merge pull request #4659 from plotly/fix-broken-link
Fix broken link
2 parents 604e31a + 04378eb commit b7a9c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/configuration-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ fig.show()
252252

253253
*New in v4.7*
254254

255-
Some modebar buttons of Cartesian plots are optional and have to be added explicitly, using the `modeBarButtonsToAdd` config attribute. These buttons are used for drawing or erasing shapes. See [the tutorial on shapes and shape drawing](python/shapes#drawing-shapes-on-cartesian-plots) for more details.
255+
Some modebar buttons of Cartesian plots are optional and have to be added explicitly, using the `modeBarButtonsToAdd` config attribute. These buttons are used for drawing or erasing shapes. See [the tutorial on shapes and shape drawing](/python/shapes#drawing-shapes-with-a-mouse-on-cartesian-plots) for more details.
256256

257257
```python
258258
import plotly.express as px

0 commit comments

Comments
 (0)