aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br')
-rw-r--r--files/pt-br/learn/html/introduction_to_html/the_head_metadata_in_html/index.html12
-rw-r--r--files/pt-br/web/html/element/figure/index.html8
-rw-r--r--files/pt-br/web/http/headers/host/index.html2
3 files changed, 11 insertions, 11 deletions
diff --git a/files/pt-br/learn/html/introduction_to_html/the_head_metadata_in_html/index.html b/files/pt-br/learn/html/introduction_to_html/the_head_metadata_in_html/index.html
index d0e6a90d81..c2741698a9 100644
--- a/files/pt-br/learn/html/introduction_to_html/the_head_metadata_in_html/index.html
+++ b/files/pt-br/learn/html/introduction_to_html/the_head_metadata_in_html/index.html
@@ -170,7 +170,7 @@ Sites e aplicativos HTML5. Ele também documenta produtos Mozilla, como o sistem
<p>Por exemplo, <a href="http://ogp.me/">Open Graph Data</a> é um protocolo de metadados que o Facebook inventou para fornecer metadados mais ricos para sites. No código-fonte MDN, você encontrará isso:</p>
-<pre class="brush: html notranslate">&lt;meta property="og:image" content="https://developer.cdn.mozilla.net/static/img/opengraph-logo.dc4e08e2f6af.png"&gt;
+<pre class="brush: html notranslate">&lt;meta property="og:image" content="https://developer.mozilla.org/static/img/opengraph-logo.png"&gt;
&lt;meta property="og:description" content="A Mozilla Developer Network (MDN) fornece
informações sobre tecnologias Open Web, incluindo HTML, CSS e APIs para ambos os sites da Web
e aplicativos HTML5. Ele também documenta produtos Mozilla, como o sistema operacional Firefox."&gt;
@@ -204,15 +204,15 @@ e aplicativos HTML5. Ele também documenta produtos Mozilla, como o sistema oper
<p>Há muitos outros tipos de ícones para considerar nestes dias também. Por exemplo, você encontrará isso no código-fonte da página inicial do MDN Web Docs:</p>
<pre class="brush: html notranslate">&lt;!-- iPad de terceira geração com tela retina de alta resolução: --&gt;
-&lt;link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.cdn.mozilla.net/static/img/favicon144.a6e4162070f4.png"&gt;
+&lt;link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.mozilla.org/static/img/favicon144.png"&gt;
&lt;!-- iPhone com tela retina de alta resolução: --&gt;
-&lt;link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.cdn.mozilla.net/static/img/favicon114.0e9fabd44f85.png"&gt;
+&lt;link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.mozilla.org/static/img/favicon114.png"&gt;
&lt;!-- iPad de primeira e segunda geração: --&gt;
-&lt;link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.cdn.mozilla.net/static/img/favicon72.8ff9d87c82a0.png"&gt;
+&lt;link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.mozilla.org/static/img/favicon72.png"&gt;
&lt;!-- iPhone não-Retina, iPod Touch e dispositivos Android 2.1+: --&gt;
-&lt;link rel="apple-touch-icon-precomposed" href="https://developer.cdn.mozilla.net/static/img/favicon57.a2490b9a2d76.png"&gt;
+&lt;link rel="apple-touch-icon-precomposed" href="https://developer.mozilla.org/static/img/favicon57.png"&gt;
&lt;!-- favicon básico --&gt;
-&lt;link rel="shortcut icon" href="https://developer.cdn.mozilla.net/static/img/favicon32.e02854fdcf73.png"&gt;</pre>
+&lt;link rel="shortcut icon" href="https://developer.mozilla.org/static/img/favicon32.png"&gt;</pre>
<p>Os comentários explicam onde cada ícone é usado - esses elementos cobrem coisas como fornecer um ícone de alta resolução agradável para usar quando o site é salvo na tela inicial do iPad.</p>
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>
diff --git a/files/pt-br/web/http/headers/host/index.html b/files/pt-br/web/http/headers/host/index.html
index de12664090..6253bae273 100644
--- a/files/pt-br/web/http/headers/host/index.html
+++ b/files/pt-br/web/http/headers/host/index.html
@@ -42,7 +42,7 @@ translation_of: Web/HTTP/Headers/Host
<h2 id="Examples">Examples</h2>
-<pre>Host: developer.cdn.mozilla.net</pre>
+<pre>Host: developer.mozilla.org</pre>
<h2 id="Specifications">Specifications</h2>