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/pt-br/web/http | |
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/pt-br/web/http')
-rw-r--r-- | files/pt-br/web/http/caching/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |