aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/html/element/figure
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/pt-br/web/html/element/figure
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/pt-br/web/html/element/figure')
-rw-r--r--files/pt-br/web/html/element/figure/index.html8
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">&lt;!-- Apenas uma imagem--&gt;
&lt;figure&gt;
- &lt;img src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" alt="Uma imagem impressionante"&gt;
+ &lt;img src="https://developer.mozilla.org/static/img/favicon144.png" alt="Uma imagem impressionante"&gt;
&lt;/figure&gt;
&lt;p&gt;&lt;/p&gt;
&lt;!-- Imagem com legenda --&gt;
&lt;figure&gt;
- &lt;img src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" alt="Uma imagem impressionante"&gt;
+ &lt;img src="https://developer.mozilla.org/static/img/favicon144.png" alt="Uma imagem impressionante"&gt;
&lt;figcaption&gt;Legenda para a imagem impressionante&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;&lt;/p&gt;
</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>