diff options
author | rjohnson <rjohnson@mozilla.com> | 2021-03-14 14:55:27 -0700 |
---|---|---|
committer | rjohnson <rjohnson@mozilla.com> | 2021-03-14 14:55:27 -0700 |
commit | 3087cbfa47c646e702d9d301305f7a5b28431b52 (patch) | |
tree | 929594d9888a92cd2391f600da8570d4bc35d8c4 /files/es/web | |
parent | c11c37f8d912b41ff343d703ba1148a0225eef8b (diff) | |
download | translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.tar.gz translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.tar.bz2 translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.zip |
remove references to developer.cdn.mozilla.net
Diffstat (limited to 'files/es/web')
-rw-r--r-- | files/es/web/css/background-repeat/index.html | 2 | ||||
-rw-r--r-- | files/es/web/html/element/img/index.html | 4 | ||||
-rw-r--r-- | files/es/web/http/basics_of_http/evolution_of_http/index.html | 2 | ||||
-rw-r--r-- | files/es/web/http/headers/host/index.html | 2 |
4 files changed, 5 insertions, 5 deletions
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 <pre class="brush: html line-numbers language-html notranslate"><code class="language-html"><span class="tag token"><span class="tag token"><span class="punctuation token"><</span>img</span> <span class="attr-name token">src</span><span class="attr-value token"><span class="punctuation token">=</span><span class="punctuation token">"</span>mdn-logo-sm.png<span class="punctuation token">"</span></span> <span class="attr-name token">alt</span><span class="attr-value token"><span class="punctuation token">=</span><span class="punctuation token">"</span>MDN<span class="punctuation token">"</span></span><span class="punctuation token">></span></span></code></pre> -<p><img alt="MDN" src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"></p> +<p><img alt="MDN" src="https://developer.mozilla.org/static/img/favicon144.png"></p> <h2 id="Ejemplo_2_Enlace_con_imagen">Ejemplo 2: Enlace con imagen</h2> <pre class="brush: html line-numbers language-html notranslate"><code class="language-html"><span class="tag token"><span class="tag token"><span class="punctuation token"><</span>a</span> <span class="attr-name token">href</span><span class="attr-value token"><span class="punctuation token">=</span><span class="punctuation token">"</span>https://developer.mozilla.org/<span class="punctuation token">"</span></span><span class="punctuation token">></span></span><span class="tag token"><span class="tag token"><span class="punctuation token"><</span>img</span> <span class="attr-name token">src</span><span class="attr-value token"><span class="punctuation token">=</span><span class="punctuation token">"</span>mdn-logo-sm.png<span class="punctuation token">"</span></span> <span class="attr-name token">alt</span><span class="attr-value token"><span class="punctuation token">=</span><span class="punctuation token">"</span>MDN<span class="punctuation token">"</span></span><span class="punctuation token">></span></span><span class="tag token"><span class="tag token"><span class="punctuation token"></</span>a</span><span class="punctuation token">></span></span></code></pre> -<p><a href="https://developer.mozilla.org/"><img alt="MDN" src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"> </a></p> +<p><a href="https://developer.mozilla.org/"><img alt="MDN" src="https://developer.mozilla.org/static/img/favicon144.png"> </a></p> <h2 id="Ejemplo_3_Uso_del_atributo_srcset">Ejemplo 3: Uso del atributo <code>srcset</code></h2> 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 <h2 id="Ejemplos">Ejemplos</h2> -<pre>Host: developer.cdn.mozilla.net</pre> +<pre>Host: developer.mozilla.org</pre> <h2 id="Especificaciones">Especificaciones</h2> |