diff options
author | rjohnson <rjohnson@mozilla.com> | 2021-03-14 14:55:27 -0700 |
---|---|---|
committer | rjohnson <rjohnson@mozilla.com> | 2021-03-14 14:55:27 -0700 |
commit | 3087cbfa47c646e702d9d301305f7a5b28431b52 (patch) | |
tree | 929594d9888a92cd2391f600da8570d4bc35d8c4 /files/ca/web | |
parent | c11c37f8d912b41ff343d703ba1148a0225eef8b (diff) | |
download | translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.tar.gz translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.tar.bz2 translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.zip |
remove references to developer.cdn.mozilla.net
Diffstat (limited to 'files/ca/web')
-rw-r--r-- | files/ca/web/html/element/figure/index.html | 8 | ||||
-rw-r--r-- | files/ca/web/html/element/header/index.html | 2 | ||||
-rw-r--r-- | files/ca/web/html/element/img/index.html | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/files/ca/web/html/element/figure/index.html b/files/ca/web/html/element/figure/index.html index 6e9f0fb424..a91fd210a1 100644 --- a/files/ca/web/html/element/figure/index.html +++ b/files/ca/web/html/element/figure/index.html @@ -55,24 +55,24 @@ translation_of: Web/HTML/Element/figure <pre class="brush: html"><!-- Just a figure --> <figure> - <img src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" alt="An awesome picture"> + <img src="https://developer.mozilla.org/static/img/favicon144.png" alt="An awesome picture"> </figure> <p></p> <!-- Figure with figcaption --> <figure> - <img src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" alt="An awesome picture"> + <img src="https://developer.mozilla.org/static/img/favicon144.png" alt="An awesome picture"> <figcaption>Fig1. MDN Logo</figcaption> </figure> <p></p> </pre> -<figure><img alt="MDN Logo" src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"></figure> +<figure><img alt="MDN Logo" src="https://developer.mozilla.org/static/img/favicon144.png"></figure> <p> </p> -<figure><img alt="MDN Logo" src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"> +<figure><img alt="MDN Logo" src="https://developer.mozilla.org/static/img/favicon144.png"> <figcaption>Fig1. MDN Logo</figcaption> </figure> diff --git a/files/ca/web/html/element/header/index.html b/files/ca/web/html/element/header/index.html index 22ba3190b9..b70f4f5592 100644 --- a/files/ca/web/html/element/header/index.html +++ b/files/ca/web/html/element/header/index.html @@ -55,7 +55,7 @@ translation_of: Web/HTML/Element/header <h1 id="Specifications" name="Specifications">Títol Pàgina Principal</h1> -<h2 id="Specifications" name="Specifications"><img alt="MDN" src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"></h2> +<h2 id="Specifications" name="Specifications"><img alt="MDN" src="https://developer.mozilla.org/static/img/favicon144.png"></h2> <h2 id="Specifications" name="Specifications"> </h2> diff --git a/files/ca/web/html/element/img/index.html b/files/ca/web/html/element/img/index.html index 405f8d9eb4..099f96c03a 100644 --- a/files/ca/web/html/element/img/index.html +++ b/files/ca/web/html/element/img/index.html @@ -176,13 +176,13 @@ translation_of: Web/HTML/Element/img <pre class="brush: html"><img src="mdn-logo-sm.png" alt="MDN"> </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="Exemple_2_Enllaç_d'imatge">Exemple 2: <span class="short_text" id="result_box" lang="ca"><span>Enllaç</span> <span>d'imatge</span></span></h2> <pre class="brush: html"><a href="https://developer.mozilla.org/">MDN<img src="mdn-logo-sm.png" alt="MDN"></a></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="Exemple_3_Ús_de_l'atribut_srcset">Exemple 3: Ús de l'atribut <code>srcset</code></h2> |