Skip to content

Commit 3c54a9a

Browse files
authored
Use place-hold.it instead of plaecehold.it to create image placeholders (#6320)
1 parent 232f724 commit 3c54a9a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tools/tests/Confined Output.ipynb

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"source": [
1414
"markdown image:\n",
1515
"\n",
16-
"<img src=\"http://placehold.it/800x200.png\">\n",
16+
"<img src=\"http://place-hold.it/800x200.png\">\n",
1717
"\n",
1818
"unconfined markdown image:\n",
1919
"\n",
20-
"<img src=\"http://placehold.it/800x200.png\" class=\"unconfined\">"
20+
"<img src=\"http://place-hold.it/800x200.png\" class=\"unconfined\">"
2121
]
2222
},
2323
{
@@ -48,7 +48,7 @@
4848
{
4949
"data": {
5050
"text/html": [
51-
"<img src=\"http://placehold.it/800x200.png\" />"
51+
"<img src=\"http://place-hold.it/800x200.png\" />"
5252
],
5353
"text/plain": [
5454
"<IPython.core.display.Image object>"
@@ -60,7 +60,7 @@
6060
}
6161
],
6262
"source": [
63-
"Image(url=\"http://placehold.it/800x200.png\", embed=False)"
63+
"Image(url=\"http://place-hold.it/800x200.png\", embed=False)"
6464
]
6565
},
6666
{
@@ -90,7 +90,7 @@
9090
}
9191
],
9292
"source": [
93-
"Image(url=\"http://placehold.it/800x200.png\", embed=True)"
93+
"Image(url=\"http://place-hold.it/800x200.png\", embed=True)"
9494
]
9595
},
9696
{
@@ -124,7 +124,7 @@
124124
}
125125
],
126126
"source": [
127-
"Image(url=\"http://placehold.it/800x200.png\", embed=True, unconfined=True)"
127+
"Image(url=\"http://place-hold.it/800x200.png\", embed=True, unconfined=True)"
128128
]
129129
},
130130
{
@@ -159,7 +159,7 @@
159159
}
160160
],
161161
"source": [
162-
"Image(url=\"http://placehold.it/1800x200.jpg\", embed=True, retina=True)"
162+
"Image(url=\"http://place-hold.it/1800x200.jpg\", embed=True, retina=True)"
163163
]
164164
},
165165
{

0 commit comments

Comments
 (0)