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/pt-br/web/html/element/figure | |
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/pt-br/web/html/element/figure')
-rw-r--r-- | files/pt-br/web/html/element/figure/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/pt-br/web/html/element/figure/index.html b/files/pt-br/web/html/element/figure/index.html index dd0f0e1463..11344ea5a9 100644 --- a/files/pt-br/web/html/element/figure/index.html +++ b/files/pt-br/web/html/element/figure/index.html @@ -35,24 +35,24 @@ original_slug: Web/HTML/Element/figura <pre class="brush: html"><!-- Apenas uma imagem--> <figure> - <img src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" alt="Uma imagem impressionante"> + <img src="https://developer.mozilla.org/static/img/favicon144.png" alt="Uma imagem impressionante"> </figure> <p></p> <!-- Imagem com legenda --> <figure> - <img src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" alt="Uma imagem impressionante"> + <img src="https://developer.mozilla.org/static/img/favicon144.png" alt="Uma imagem impressionante"> <figcaption>Legenda para a imagem impressionante</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> <p>Imagem1. MDN Logo</p> </figcaption> |