aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/html/element
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/html/element')
-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>