Skip to content

Commit db947d7

Browse files
committed
DOC: fix a few outdated/broken links
1 parent f7647f2 commit db947d7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/code-cells.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"source": [
153153
"## Special Display Formats\n",
154154
"\n",
155-
"See [IPython example notebook](https://nbviewer.jupyter.org/github/ipython/ipython/blob/main/examples/IPython Kernel/Rich Output.ipynb)."
155+
"See [IPython example notebook](https://nbviewer.org/github/ipython/ipython/blob/main/examples/IPython%20Kernel/Rich%20Output.ipynb)."
156156
]
157157
},
158158
{
@@ -322,7 +322,7 @@
322322
"symbolic links can be created in each directory.\n",
323323
"\n",
324324
"For more details, see\n",
325-
"[Default Values for Matplotlib's \"inline\" Backend](https://nbviewer.jupyter.org/github/mgeier/python-audio/blob/master/plotting/matplotlib-inline-defaults.ipynb)."
325+
"[Default Values for Matplotlib's \"inline\" Backend](https://nbviewer.org/github/mgeier/python-audio/blob/master/plotting/matplotlib-inline-defaults.ipynb)."
326326
]
327327
},
328328
{

doc/links.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"\n",
132132
"Create interactive webpages from Jupyter Notebooks\n",
133133
"\n",
134-
"https://www.nbinteract.com/\n",
134+
"https://www.samlau.me/nbinteract/\n",
135135
"\n",
136136
"https://github.com/SamLau95/nbinteract"
137137
]

doc/markdown-cells.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
"but you can install a notebook extension in order to enable equation numbering:\n",
118118
"https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/equation-numbering/readme.html.\n",
119119
"\n",
120-
"Automatic Equation Numbering is enabled on https://nbviewer.jupyter.org/,\n",
121-
"see e.g. the latest version of this very notebook at the link https://nbviewer.jupyter.org/github/spatialaudio/nbsphinx/blob/master/doc/markdown-cells.ipynb#Automatic-Equation-Numbering.\n",
120+
"Automatic Equation Numbering is enabled on https://nbviewer.org/,\n",
121+
"see e.g. the latest version of this very notebook at the link https://nbviewer.org/github/spatialaudio/nbsphinx/blob/master/doc/markdown-cells.ipynb#Automatic-Equation-Numbering.\n",
122122
"\n",
123123
"When using `nbsphinx`, you can use the following `mathjax3_config` setting in your `conf.py` file\n",
124124
"to enable automatic equation numbering in HTML output.\n",
@@ -492,7 +492,7 @@
492492
"\n",
493493
"While this works nicely with `nbsphinx`, JupyterLab and the Classic Jupyter Notebook,\n",
494494
"This doesn't work correctly in `nbconvert`\n",
495-
"and by extension on https://nbviewer.jupyter.org/ and Github's notebook preview.\n",
495+
"and by extension on https://nbviewer.org/ and Github's notebook preview.\n",
496496
"\n",
497497
"See https://github.com/jupyter/nbconvert/issues/1125.\n",
498498
"\n",

0 commit comments

Comments
 (0)