aboutsummaryrefslogtreecommitdiff
path: root/files/ja
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/ja
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/ja')
-rw-r--r--files/ja/web/http/caching/index.html2
1 files changed, 1 insertions, 1 deletions
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>