Skip to content

Commit dbaf309

Browse files
authored
Merge pull request #4403 from mahotd/fix-markdown-link
Fix broken markdown link in figure-labels.md
2 parents 7b602dc + e1e2eed commit dbaf309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/figure-labels.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ IFrame(snippet_url + 'figure-labels', width='100%', height=1200)
124124

125125
### Manual Labelling with Graph Objects
126126

127-
When using (graph objects)[/python/graph-objects/] rather than [Plotly Express](/python/plotly-express/), you will need to explicitly label traces and axes:
127+
When using [graph objects](/python/graph-objects/) rather than [Plotly Express](/python/plotly-express/), you will need to explicitly label traces and axes:
128128

129129
```python
130130
import plotly.graph_objects as go

0 commit comments

Comments
 (0)