aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/headers/accept-encoding
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-07 00:29:50 +0900
committerpotappo <potappo@gmail.com>2021-09-18 22:24:37 +0900
commit4a573bbdd0e5945998a37162d1535245d4e20416 (patch)
tree882db0cd8f37c947955b460700d4d331f6bb95bb /files/ja/web/http/headers/accept-encoding
parente675bc16532dd880010aa9c2de2f9ed2f2bb3430 (diff)
downloadtranslated-content-4a573bbdd0e5945998a37162d1535245d4e20416.tar.gz
translated-content-4a573bbdd0e5945998a37162d1535245d4e20416.tar.bz2
translated-content-4a573bbdd0e5945998a37162d1535245d4e20416.zip
Web/a-h以下の文書内のリンクURLを正規化
- /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
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>