From 3087cbfa47c646e702d9d301305f7a5b28431b52 Mon Sep 17 00:00:00 2001 From: rjohnson Date: Sun, 14 Mar 2021 14:55:27 -0700 Subject: remove references to developer.cdn.mozilla.net --- .../the_head_metadata_in_html/index.html | 12 ++++++------ files/es/web/css/background-repeat/index.html | 2 +- files/es/web/html/element/img/index.html | 4 ++-- .../es/web/http/basics_of_http/evolution_of_http/index.html | 2 +- files/es/web/http/headers/host/index.html | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) (limited to 'files/es') diff --git a/files/es/learn/html/introduction_to_html/the_head_metadata_in_html/index.html b/files/es/learn/html/introduction_to_html/the_head_metadata_in_html/index.html index 6dd14ce1e1..070e26126e 100644 --- a/files/es/learn/html/introduction_to_html/the_head_metadata_in_html/index.html +++ b/files/es/learn/html/introduction_to_html/the_head_metadata_in_html/index.html @@ -169,7 +169,7 @@ saber para empezar a desarrollar páginas web y aplicaciones web.">

Por ejemplo, Open Graph Data es un protocolo de metadatos que Facebook inventó para proveer metadatos más ricos para los sitios web. En las fuentes de código de MDN, encontrarás esto:

-
<meta property="og:image" content="https://developer.cdn.mozilla.net/static/img/opengraph-logo.dc4e08e2f6af.png">
+
<meta property="og:image" content="https://developer.mozilla.org/static/img/opengraph-logo.png">
 <meta property="og:description" content="The Mozilla Developer Network (MDN) proporciona información
 sobre tecnologías Open Web, incluidas HTML, CSS y APIs para ambos sitios web
 y aplicaciones HTML5. También documenta productos Mozilla, como el sistema operativo Firefox.">
@@ -205,15 +205,15 @@ y aplicaciones HTML5. También documenta productos Mozilla, como el sistema oper
 

Hoy día hay un montón de otros tipos de iconos a tener presentes. Por ejemplo, los encontrarás en el código fuente de la página de inicio de MDN:

<!-- iPad de tercera generación con pantalla de alta resolución: -->
-<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 con pantalla de alta resolución: -->
-<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 primera y segunda generación: -->
-<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">
 <!-- Dispositivos iPhone sin pantalla Retina, iPod Touch y 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">
+<link rel="shortcut icon" href="https://developer.mozilla.org/static/img/favicon32.png">

Los comentarios explican para qué se usa cada icono (estos elementos abarcan situaciones como aportar un buen icono de alta resolución para usarlo cuando la página web se guarda en la página de inicio de un iPad).

diff --git a/files/es/web/css/background-repeat/index.html b/files/es/web/css/background-repeat/index.html index 660f22df27..077b9d017b 100644 --- a/files/es/web/css/background-repeat/index.html +++ b/files/es/web/css/background-repeat/index.html @@ -196,7 +196,7 @@ div { /* Multiple images */ .seven { background-image: url(https://mdn.mozillademos.org/files/12005/starsolid.gif), - url(https://developer.cdn.mozilla.net/media/redesign/img/favicon32.png); + url(https://developer.mozilla.org/static/img/favicon32.png); background-repeat: repeat-x, repeat-y; height: 144px; diff --git a/files/es/web/html/element/img/index.html b/files/es/web/html/element/img/index.html index becc547c14..ef69ab1862 100644 --- a/files/es/web/html/element/img/index.html +++ b/files/es/web/html/element/img/index.html @@ -170,13 +170,13 @@ original_slug: Web/HTML/Elemento/img
<img src="mdn-logo-sm.png" alt="MDN">
-

MDN

+

MDN

Ejemplo 2: Enlace con imagen

<a href="https://developer.mozilla.org/"><img src="mdn-logo-sm.png" alt="MDN"></a>
-

MDN

+

MDN

Ejemplo 3: Uso del atributo srcset

diff --git a/files/es/web/http/basics_of_http/evolution_of_http/index.html b/files/es/web/http/basics_of_http/evolution_of_http/index.html index 8d4373a512..6f2a9f742e 100644 --- a/files/es/web/http/basics_of_http/evolution_of_http/index.html +++ b/files/es/web/http/basics_of_http/evolution_of_http/index.html @@ -115,7 +115,7 @@ Vary: Cookie, Accept-Encoding GET /static/img/header-background.png HTTP/1.1 -Host: developer.cdn.mozilla.net +Host: developer.mozilla.org User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:50.0) Gecko/20100101 Firefox/50.0 Accept: */* Accept-Language: en-US,en;q=0.5 diff --git a/files/es/web/http/headers/host/index.html b/files/es/web/http/headers/host/index.html index 2e7ac10815..70f45ea8b3 100644 --- a/files/es/web/http/headers/host/index.html +++ b/files/es/web/http/headers/host/index.html @@ -44,7 +44,7 @@ translation_of: Web/HTTP/Headers/Host

Ejemplos

-
Host: developer.cdn.mozilla.net
+
Host: developer.mozilla.org

Especificaciones

-- cgit v1.2.3-54-g00ecf