aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/headers/accept-encoding
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/http/headers/accept-encoding')
-rw-r--r--files/ja/web/http/headers/accept-encoding/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/http/headers/accept-encoding/index.html b/files/ja/web/http/headers/accept-encoding/index.html
index 975dd263ed..373e467b11 100644
--- a/files/ja/web/http/headers/accept-encoding/index.html
+++ b/files/ja/web/http/headers/accept-encoding/index.html
@@ -73,7 +73,7 @@ Accept-Encoding: deflate, gzip;q=1.0, *;q=0.5</pre>
<dt><code>*</code></dt>
<dd>ヘッダーに挙げられていないあらゆるコンテンツエンコーディングに一致します。これはこのヘッダーがない場合の既定値です。すべてのアルゴリズムに対応しているという意味ではありません。評価される設定がないだけです。</dd>
<dt><code>;q=</code> (q 値の重みづけ)</dt>
- <dd><em>weight</em> と呼ばれる相対的な<a href="/en-US/docs/Glossary/Quality_values">品質値</a>を使用して表現される設定の順序づけをするための任意の値です。</dd>
+ <dd><em>weight</em> と呼ばれる相対的な<a href="/ja/docs/Glossary/Quality_values">品質値</a>を使用して表現される設定の順序づけをするための任意の値です。</dd>
</dl>
<h2 id="Examples" name="Examples">例</h2>
@@ -109,7 +109,7 @@ Accept-Encoding: br;q=1.0, gzip;q=0.8, *;q=0.1
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
- <li>HTTP <a href="/docs/Web/HTTP/Content_negotiation">コンテンツ交渉</a></li>
+ <li>HTTP <a href="/ja/docs/Web/HTTP/Content_negotiation">コンテンツ交渉</a></li>
<li>コンテンツ交渉の結果を伴うヘッダー: {{HTTPHeader("Content-Encoding")}}</li>
<li>他の同様のヘッダー: {{HTTPHeader("TE")}}, {{HTTPHeader("Accept")}}, {{HTTPHeader("Accept-Charset")}}, {{HTTPHeader("Accept-Language")}}</li>
</ul>