Skip to content

Commit b164459

Browse files
committed
fix links
1 parent f90a6e7 commit b164459

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/ipython-notebooks/network-graphs/'> https://plotly.com/ipython-notebooks/network-graphs/</a>",
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>",
138138
showarrow=False,
139139
xref="paper", yref="paper",
140140
x=0.005, y=-0.002 ) ],

Diff for: doc/python/peak-finding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jupyter:
3636

3737
#### Imports
3838

39-
The tutorial below imports [Pandas](https://plotly.com/pandas/intro-to-pandas-tutorial/), and [SciPy](https://www.scipy.org/).
39+
The tutorial below imports [Pandas](https://pandas.pydata.org/docs/user_guide/10min.html), and [SciPy](https://www.scipy.org/).
4040

4141
```python
4242
import pandas as pd

Diff for: doc/python/smoothing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jupyter:
3636

3737
#### Imports
3838

39-
The tutorial below imports [NumPy](http://www.numpy.org/), [Pandas](https://plotly.com/pandas/intro-to-pandas-tutorial/), [SciPy](https://www.scipy.org/) and [Plotly](https://plotly.com/python/getting-started/).
39+
The tutorial below imports [NumPy](http://www.numpy.org/), [Pandas](https://pandas.pydata.org/docs/user_guide/10min.html), [SciPy](https://www.scipy.org/) and [Plotly](https://plotly.com/python/getting-started/).
4040

4141
```python
4242
import plotly.graph_objects as go

0 commit comments

Comments
 (0)