diff options
author | btea <2356281422@qq.com> | 2021-11-07 09:59:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-07 18:59:16 +0300 |
commit | cef2032e46332b6df4aa644e5f8edeea24909f0f (patch) | |
tree | 152840659f68193c295c3c3dfc78fed805a07a4f /files/es | |
parent | ac4d1e3d7f5dfe42ca5dd8bf04a34050cd5c9e11 (diff) | |
download | translated-content-cef2032e46332b6df4aa644e5f8edeea24909f0f.tar.gz translated-content-cef2032e46332b6df4aa644e5f8edeea24909f0f.tar.bz2 translated-content-cef2032e46332b6df4aa644e5f8edeea24909f0f.zip |
Fix link to cache type pic (#2929)
Diffstat (limited to 'files/es')
-rw-r--r-- | files/es/web/http/caching/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/http/caching/index.html b/files/es/web/http/caching/index.html index e55fc256c1..88d73c08da 100644 --- a/files/es/web/http/caching/index.html +++ b/files/es/web/http/caching/index.html @@ -17,7 +17,7 @@ translation_of: Web/HTTP/Caching <p><span id="result_box" lang="es"><span>Existen varios tipos de cachés: se pueden agrupar en dos categorías principales: cachés privados o compartidos.</span> <span>Un caché compartido es un caché que almacena respuestas para que más de un usuario las reutilice.</span> <span>Un caché privado está dedicado a un solo usuario.</span> <span>Esta página hablará principalmente sobre cachés de navegador y proxy, pero también hay cachés de puerta de enlace, CDN, cachés de proxy inverso y balanceadores de carga que se implementan en servidores web para una mejor confiabilidad, rendimiento y escala de sitios web y aplicaciones web.</span></span></p> -<p><img alt="What a cache provide, advantages/disadvantages of shared/private caches." src="https://mdn.mozillademos.org/files/13777/HTTPCachtType.png" style="height: 573px; width: 910px;"></p> +<p><img alt="What a cache provide, advantages/disadvantages of shared/private caches." src="/en-US/docs/Web/HTTP/Caching/http_cache_type.png" style="height: 573px; width: 910px;"></p> <h3 id="Cachés_privadas_de_navegador">Cachés privadas de navegador</h3> |