Skip to content

Commit

Permalink
DOC: fix a few outdated/broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 14, 2024
1 parent f7647f2 commit db947d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/code-cells.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"source": [
"## Special Display Formats\n",
"\n",
"See [IPython example notebook](https://nbviewer.jupyter.org/github/ipython/ipython/blob/main/examples/IPython Kernel/Rich Output.ipynb)."
"See [IPython example notebook](https://nbviewer.org/github/ipython/ipython/blob/main/examples/IPython%20Kernel/Rich%20Output.ipynb)."
]
},
{
Expand Down Expand Up @@ -322,7 +322,7 @@
"symbolic links can be created in each directory.\n",
"\n",
"For more details, see\n",
"[Default Values for Matplotlib's \"inline\" Backend](https://nbviewer.jupyter.org/github/mgeier/python-audio/blob/master/plotting/matplotlib-inline-defaults.ipynb)."
"[Default Values for Matplotlib's \"inline\" Backend](https://nbviewer.org/github/mgeier/python-audio/blob/master/plotting/matplotlib-inline-defaults.ipynb)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion doc/links.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"\n",
"Create interactive webpages from Jupyter Notebooks\n",
"\n",
"https://www.nbinteract.com/\n",
"https://www.samlau.me/nbinteract/\n",
"\n",
"https://github.com/SamLau95/nbinteract"
]
Expand Down
6 changes: 3 additions & 3 deletions doc/markdown-cells.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
"but you can install a notebook extension in order to enable equation numbering:\n",
"https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/equation-numbering/readme.html.\n",
"\n",
"Automatic Equation Numbering is enabled on https://nbviewer.jupyter.org/,\n",
"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",
"Automatic Equation Numbering is enabled on https://nbviewer.org/,\n",
"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",
"\n",
"When using `nbsphinx`, you can use the following `mathjax3_config` setting in your `conf.py` file\n",
"to enable automatic equation numbering in HTML output.\n",
Expand Down Expand Up @@ -492,7 +492,7 @@
"\n",
"While this works nicely with `nbsphinx`, JupyterLab and the Classic Jupyter Notebook,\n",
"This doesn't work correctly in `nbconvert`\n",
"and by extension on https://nbviewer.jupyter.org/ and Github's notebook preview.\n",
"and by extension on https://nbviewer.org/ and Github's notebook preview.\n",
"\n",
"See https://github.com/jupyter/nbconvert/issues/1125.\n",
"\n",
Expand Down

0 comments on commit db947d7

Please sign in to comment.