aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/html/element/img/index.html
diff options
context:
space:
mode:
authorrjohnson <rjohnson@mozilla.com>2021-03-14 14:55:27 -0700
committerrjohnson <rjohnson@mozilla.com>2021-03-14 14:55:27 -0700
commit3087cbfa47c646e702d9d301305f7a5b28431b52 (patch)
tree929594d9888a92cd2391f600da8570d4bc35d8c4 /files/de/web/html/element/img/index.html
parentc11c37f8d912b41ff343d703ba1148a0225eef8b (diff)
downloadtranslated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.tar.gz
translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.tar.bz2
translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.zip
remove references to developer.cdn.mozilla.net
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>