aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/html/element/img/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/web/html/element/img/index.html')
-rw-r--r--files/de/web/html/element/img/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/de/web/html/element/img/index.html b/files/de/web/html/element/img/index.html
index 01c64c5747..385e7a5e7c 100644
--- a/files/de/web/html/element/img/index.html
+++ b/files/de/web/html/element/img/index.html
@@ -184,13 +184,13 @@ translation_of: Web/HTML/Element/img
<pre class="brush: html">&lt;img src="mdn-logo-sm.png" alt="MDN"&gt;
</pre>
-<p><img alt="MDN" src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"></p>
+<p><img alt="MDN" src="https://developer.mozilla.org/static/img/favicon144.png"></p>
<h2 id="Beispiel_2_Anklickbare_Grafik_als_Verweis">Beispiel 2: Anklickbare Grafik als Verweis</h2>
<pre class="brush: html">&lt;a href="https://developer.mozilla.org/"&gt;&lt;img src="mdn-logo-sm.png" alt="MDN"&gt;&lt;/a&gt;</pre>
-<p><a href="https://developer.mozilla.org/"><img alt="MDN" src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"> </a></p>
+<p><a href="https://developer.mozilla.org/"><img alt="MDN" src="https://developer.mozilla.org/static/img/favicon144.png"> </a></p>
<h2 id="Beispiel_3_Das_srcset-Attribut">Beispiel 3: Das <code>srcset</code>-Attribut</h2>