Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 578c820

Browse files
committed
Fix image source url in notebook
1 parent 6702c78 commit 578c820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎irrelevant/wtf.ipynb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<img src=\"https://raw.githubusercontent.com/nifadyev/wtfpython/refs/heads/feature/%2374/add-dark-theme-and-alt-support-for-images/images/logo.svg\" alt=\"wtfpython logo.\" style=\"display=block; margin:auto\">\n",
7+
"<img src=\"https://raw.githubusercontent.com/satwikkansal/wtfpython/refs/heads/master/images/logo.svg\" alt=\"wtfpython logo.\" style=\"display=block; margin:auto\">\n",
88
"<h1 align=\"center\">What the f*ck Python! \ud83d\ude31</h1>\n",
99
"<p align=\"center\">Exploring and understanding Python through surprising snippets.</p>\n",
1010
"\n",

0 commit comments

Comments
 (0)