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