diff options
Diffstat (limited to 'files/ca/web/html/element/img/index.html')
-rw-r--r-- | files/ca/web/html/element/img/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |