Skip to content

Commit 2daadec

Browse files
committed
DOC: fix links to Jupyter logo
1 parent 451de0e commit 2daadec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/code-cells.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"metadata": {},
253253
"outputs": [],
254254
"source": [
255-
"Image(url='https://jupyter.org/assets/nav_logo.svg')"
255+
"Image(url='https://jupyter.org/assets/homepage/main-logo.svg')"
256256
]
257257
},
258258
{

doc/gallery/multiple-outputs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"source": [
4949
"from IPython.display import Image\n",
5050
"\n",
51-
"display(Image(url='https://jupyter.org/assets/nav_logo.svg'))\n",
51+
"display(Image(url='https://jupyter.org/assets/homepage/main-logo.svg'))\n",
5252
"print('Hello!')\n",
5353
"display(Image(filename='../images/notebook_icon.png'))\n",
5454
"display(Image(url='https://www.python.org/static/img/python-logo-large.png', embed=True))"

doc/markdown-cells.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,9 @@
364364
" ![Python logo](images/python_logo.svg)\n",
365365
"Remote SVG images can also be used (and will be shown in the LaTeX output):\n",
366366
"\n",
367-
"![Jupyter logo](https://jupyter.org/assets/main-logo.svg)\n",
367+
"![Jupyter logo](https://jupyter.org/assets/homepage/main-logo.svg)\n",
368368
"\n",
369-
" ![Jupyter logo](https://jupyter.org/assets/main-logo.svg)"
369+
" ![Jupyter logo](https://jupyter.org/assets/homepage/main-logo.svg)"
370370
]
371371
},
372372
{

0 commit comments

Comments
 (0)