Skip to content

Commit 7a28818

Browse files
authored
Update doc/python/network-graphs.md
1 parent b164459 commit 7a28818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/network-graphs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ fig = go.Figure(data=[edge_trace, node_trace],
134134
hovermode='closest',
135135
margin=dict(b=20,l=5,r=5,t=40),
136136
annotations=[ dict(
137-
text="Python code: <a href='https://plotly.com/python/v3/ipython-notebooks/network-graphs/'> https://plotly.com/python/v3/ipython-notebooks/network-graphs/</a>",
137+
text="Python code: <a href='https://plotly.com/python/network-graphs/'> https://plotly.com/python/network-graphs/</a>",
138138
showarrow=False,
139139
xref="paper", yref="paper",
140140
x=0.005, y=-0.002 ) ],

0 commit comments

Comments
 (0)