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 --- files/es/web/css/background-repeat/index.html | 2 +- files/es/web/html/element/img/index.html | 4 ++-- files/es/web/http/basics_of_http/evolution_of_http/index.html | 2 +- files/es/web/http/headers/host/index.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'files/es/web') 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