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 | |
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')
-rw-r--r-- | files/es/web/http/caching/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/http/caching/index.html | 2 | ||||
-rw-r--r-- | files/ko/web/http/caching/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/http/caching/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/http/caching/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/http/caching/index.html | 2 | ||||
-rw-r--r-- | files/zh-tw/web/http/caching/index.html | 2 |
7 files changed, 7 insertions, 7 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> diff --git a/files/ja/web/http/caching/index.html b/files/ja/web/http/caching/index.html index 0553479443..c74b4ed309 100644 --- a/files/ja/web/http/caching/index.html +++ b/files/ja/web/http/caching/index.html @@ -17,7 +17,7 @@ translation_of: Web/HTTP/Caching <p>キャッシュにはさまざまな種類があり、これらはプライベートキャッシュと共有キャッシュの 2 つのカテゴリーに大きく分類できます。<em>共有キャッシュ</em>は、複数のユーザーが再使用するためにレスポンスを保存するキャッシュです。<em>プライベートキャッシュ</em>は、ひとりのユーザーのためのキャッシュです。このページでは主にブラウザーのキャッシュとプロキシのキャッシュを扱いますが、ウェブサイトやウェブアプリケーションの信頼性、パフォーマンス、規模を向上するためにウェブサーバーで展開されるゲートウェイのキャッシュ、CDN、リバースプロキシのキャッシュ、ロードバランサーも存在します。</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="Private_browser_caches" name="Private_browser_caches">プライベートなブラウザーのキャッシュ</h3> diff --git a/files/ko/web/http/caching/index.html b/files/ko/web/http/caching/index.html index b062f04fa4..23f38e2a7a 100644 --- a/files/ko/web/http/caching/index.html +++ b/files/ko/web/http/caching/index.html @@ -17,7 +17,7 @@ translation_of: Web/HTTP/Caching <p>캐시에는 몇 가지 종류가 있습니다: 크게 사설(private) 혹은 공유(shared) 캐시 두 가지 부류로 분류될 수 있습니다. <em>공유 캐시</em>는 한 명 이상의 사용자가 재사용할 수 있도록 응답을 저장하는 캐시를 말합니다. <em>사설 캐시</em>는 한 명의 사용자만 사용하는 캐시를 말합니다. 이 페이지에서는 거의 대부분 브라우저와 프록시 캐시에 대해서만 다룰 것이나, 그 외에도 더 나은 신뢰도, 성능 그리고 웹 사이트와 웹 애플리케이션의 확장(scaling)을 위해 웹 서버 위에 배포되는 게이트웨이 캐시, CDN, 리버스 프록시 캐시 그리고 로드 밸랜서 등이 있습니다.</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="사설_브라우저_캐시">사설 브라우저 캐시</h3> diff --git a/files/pt-br/web/http/caching/index.html b/files/pt-br/web/http/caching/index.html index 5786a07ffe..2103a0086f 100644 --- a/files/pt-br/web/http/caching/index.html +++ b/files/pt-br/web/http/caching/index.html @@ -22,7 +22,7 @@ original_slug: Web/HTTP/HTTP <p>Há muitos tipos de caches: estes podem ser agrupados em duas categorias principais, caches privados ou compartilhados. Um <em>cache compartilhado</em> é um cache que armazena respostas para serem reusadas por mais de um usuário. Um <em>cache privado</em> é dedicado a um único usuário. Esta página irá falar principalmente sobre caches em navegadores e em <em>proxy</em>, mas há também caches de <em>gateway</em>, CDN, cache de proxy reverso e balanceadores de carga (<em>load balancers)</em> que são implantados em servers da web para melhor confiabilidade, desempenho e dimensionamento de sites e aplicativos da web.</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="Caches_privados_de_browser">Caches privados de browser</h3> diff --git a/files/ru/web/http/caching/index.html b/files/ru/web/http/caching/index.html index 9fd355dfed..a2b4342115 100644 --- a/files/ru/web/http/caching/index.html +++ b/files/ru/web/http/caching/index.html @@ -23,7 +23,7 @@ original_slug: Web/HTTP/Кеширование <br> </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="Приватный_private_кеш_браузера">Приватный (private) кеш браузера</h3> diff --git a/files/zh-cn/web/http/caching/index.html b/files/zh-cn/web/http/caching/index.html index 6f44f57fc2..1368f8ec9a 100644 --- a/files/zh-cn/web/http/caching/index.html +++ b/files/zh-cn/web/http/caching/index.html @@ -25,7 +25,7 @@ original_slug: Web/HTTP/Caching_FAQ <p>缓存的种类有很多,其大致可归为两类:私有与共享缓存。共享缓存存储的响应能够被多个用户使用。私有缓存只能用于单独用户。本文将主要介绍浏览器与代理缓存,除此之外还有网关缓存、CDN、反向代理缓存和负载均衡器等部署在服务器上的缓存方式,为站点和 web 应用提供更好的稳定性、性能和扩展性。</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="私有浏览器缓存">(私有)浏览器缓存</h3> diff --git a/files/zh-tw/web/http/caching/index.html b/files/zh-tw/web/http/caching/index.html index ebf806f89f..9585a2a4d4 100644 --- a/files/zh-tw/web/http/caching/index.html +++ b/files/zh-tw/web/http/caching/index.html @@ -20,7 +20,7 @@ tags: <p>快取有好幾種,但他們可以分為兩大類:共用和私有的快取。共用的快取定義是指快取伺服器上存的回覆能給好幾個不同的請求者服務。而私有的快取就相對只會服務一個請求者。此頁面講到的快取大部分都是指代理伺服器和瀏覽器的快取,但是快取還有像是閘道器快取、CDN快取、反向代理伺服器快取 、負載平衡器快取,它們都是部屬在網頁伺服器那邊,讓網站和網頁應用程式更加穩定,效能更好,且有更好的擴增姓。</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="瀏覽器私有的快取">瀏覽器私有的快取</h3> |