aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/http
diff options
context:
space:
mode:
authorbtea <2356281422@qq.com>2021-11-07 09:59:16 -0600
committerGitHub <noreply@github.com>2021-11-07 18:59:16 +0300
commitcef2032e46332b6df4aa644e5f8edeea24909f0f (patch)
tree152840659f68193c295c3c3dfc78fed805a07a4f /files/zh-tw/web/http
parentac4d1e3d7f5dfe42ca5dd8bf04a34050cd5c9e11 (diff)
downloadtranslated-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-tw/web/http')
-rw-r--r--files/zh-tw/web/http/caching/index.html2
1 files changed, 1 insertions, 1 deletions
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>