diff options
Diffstat (limited to 'files/pt-br')
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"><meta property="og:image" content="https://developer.cdn.mozilla.net/static/img/opengraph-logo.dc4e08e2f6af.png"> +<pre class="brush: html notranslate"><meta property="og:image" content="https://developer.mozilla.org/static/img/opengraph-logo.png"> <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."> @@ -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"><!-- iPad de terceira geração com tela retina de alta resolução: --> -<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.cdn.mozilla.net/static/img/favicon144.a6e4162070f4.png"> +<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.mozilla.org/static/img/favicon144.png"> <!-- iPhone com tela retina de alta resolução: --> -<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.cdn.mozilla.net/static/img/favicon114.0e9fabd44f85.png"> +<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.mozilla.org/static/img/favicon114.png"> <!-- iPad de primeira e segunda geração: --> -<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.cdn.mozilla.net/static/img/favicon72.8ff9d87c82a0.png"> +<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.mozilla.org/static/img/favicon72.png"> <!-- iPhone não-Retina, iPod Touch e dispositivos Android 2.1+: --> -<link rel="apple-touch-icon-precomposed" href="https://developer.cdn.mozilla.net/static/img/favicon57.a2490b9a2d76.png"> +<link rel="apple-touch-icon-precomposed" href="https://developer.mozilla.org/static/img/favicon57.png"> <!-- favicon básico --> -<link rel="shortcut icon" href="https://developer.cdn.mozilla.net/static/img/favicon32.e02854fdcf73.png"></pre> +<link rel="shortcut icon" href="https://developer.mozilla.org/static/img/favicon32.png"></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"><!-- 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> 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> |