diff --git a/doc/python/network-graphs.md b/doc/python/network-graphs.md
index 6046fdd4728..9d2f3fec2e2 100644
--- a/doc/python/network-graphs.md
+++ b/doc/python/network-graphs.md
@@ -134,7 +134,7 @@ fig = go.Figure(data=[edge_trace, node_trace],
hovermode='closest',
margin=dict(b=20,l=5,r=5,t=40),
annotations=[ dict(
- text="Python code: https://plotly.com/ipython-notebooks/network-graphs/",
+ text="Python code: https://plotly.com/python/network-graphs/",
showarrow=False,
xref="paper", yref="paper",
x=0.005, y=-0.002 ) ],
diff --git a/doc/python/peak-finding.md b/doc/python/peak-finding.md
index f04375af7ec..1449afb44c5 100644
--- a/doc/python/peak-finding.md
+++ b/doc/python/peak-finding.md
@@ -36,7 +36,7 @@ jupyter:
#### Imports
-The tutorial below imports [Pandas](https://plotly.com/pandas/intro-to-pandas-tutorial/), and [SciPy](https://www.scipy.org/).
+The tutorial below imports [Pandas](https://pandas.pydata.org/docs/user_guide/10min.html), and [SciPy](https://www.scipy.org/).
```python
import pandas as pd
diff --git a/doc/python/smoothing.md b/doc/python/smoothing.md
index 7c977478625..7ad484f1e69 100644
--- a/doc/python/smoothing.md
+++ b/doc/python/smoothing.md
@@ -36,7 +36,7 @@ jupyter:
#### Imports
-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/).
+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/).
```python
import plotly.graph_objects as go