Skip to content

Commit

Permalink
DOC: fix links to Jupyter logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jan 2, 2022
1 parent 451de0e commit 2daadec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/code-cells.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"metadata": {},
"outputs": [],
"source": [
"Image(url='https://jupyter.org/assets/nav_logo.svg')"
"Image(url='https://jupyter.org/assets/homepage/main-logo.svg')"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion doc/gallery/multiple-outputs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"source": [
"from IPython.display import Image\n",
"\n",
"display(Image(url='https://jupyter.org/assets/nav_logo.svg'))\n",
"display(Image(url='https://jupyter.org/assets/homepage/main-logo.svg'))\n",
"print('Hello!')\n",
"display(Image(filename='../images/notebook_icon.png'))\n",
"display(Image(url='https://www.python.org/static/img/python-logo-large.png', embed=True))"
Expand Down
4 changes: 2 additions & 2 deletions doc/markdown-cells.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@
" ![Python logo](images/python_logo.svg)\n",
"Remote SVG images can also be used (and will be shown in the LaTeX output):\n",
"\n",
"![Jupyter logo](https://jupyter.org/assets/main-logo.svg)\n",
"![Jupyter logo](https://jupyter.org/assets/homepage/main-logo.svg)\n",
"\n",
" ![Jupyter logo](https://jupyter.org/assets/main-logo.svg)"
" ![Jupyter logo](https://jupyter.org/assets/homepage/main-logo.svg)"
]
},
{
Expand Down

0 comments on commit 2daadec

Please sign in to comment.