diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-07 00:29:50 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-09-18 22:24:37 +0900 |
commit | 4a573bbdd0e5945998a37162d1535245d4e20416 (patch) | |
tree | 882db0cd8f37c947955b460700d4d331f6bb95bb /files/ja/web/http/status | |
parent | e675bc16532dd880010aa9c2de2f9ed2f2bb3430 (diff) | |
download | translated-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/status')
-rw-r--r-- | files/ja/web/http/status/203/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/http/status/204/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/http/status/205/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/http/status/401/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/http/status/404/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/http/status/407/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/http/status/428/index.html | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/files/ja/web/http/status/203/index.html b/files/ja/web/http/status/203/index.html index 0198651222..e16f73ecd9 100644 --- a/files/ja/web/http/status/203/index.html +++ b/files/ja/web/http/status/203/index.html @@ -14,7 +14,7 @@ translation_of: Web/HTTP/Status/203 <p>HTTP の <strong><code>203 Non-Authoritative Information</code></strong> レスポンスステータスは、リクエストが成功したものの、変換{{Glossary("Proxy server", "プロキシ")}}によって元のサーバーの{{HTTPStatus("200")}} (<code>OK</code>) レスポンスからペイロードが変更されたことを表します。</p> -<p><code>203</code> レスポンスは <code><a href="/en-US/docs/Web/HTTP/Headers/Warning#Warning_codes">214</a></code> の値、すなわち <code>Transformation Applied</code> の {{HTTPHeader("Warning")}} ヘッダーコードと似ていますが、こちらはどのステータスコードのレスポンスにも適用できるという利点があります。</p> +<p><code>203</code> レスポンスは <code><a href="/ja/docs/Web/HTTP/Headers/Warning#Warning_codes">214</a></code> の値、すなわち <code>Transformation Applied</code> の {{HTTPHeader("Warning")}} ヘッダーコードと似ていますが、こちらはどのステータスコードのレスポンスにも適用できるという利点があります。</p> <h2 id="Status" name="Status">ステータス</h2> diff --git a/files/ja/web/http/status/204/index.html b/files/ja/web/http/status/204/index.html index 333d6c4c56..ef27ed80d7 100644 --- a/files/ja/web/http/status/204/index.html +++ b/files/ja/web/http/status/204/index.html @@ -40,5 +40,5 @@ translation_of: Web/HTTP/Status/204 <h2 id="参照">参照</h2> <ul> - <li><a href="/docs/Web/HTTP/Methods">HTTP リクエストのメソッド</a></li> + <li><a href="/ja/docs/Web/HTTP/Methods">HTTP リクエストのメソッド</a></li> </ul> diff --git a/files/ja/web/http/status/205/index.html b/files/ja/web/http/status/205/index.html index dab1962040..a0aeaa9cbf 100644 --- a/files/ja/web/http/status/205/index.html +++ b/files/ja/web/http/status/205/index.html @@ -34,7 +34,7 @@ translation_of: Web/HTTP/Status/205 <h2 id="互換性メモ">互換性メモ</h2> <ul> - <li>このレスポンスが永続的な接続上で誤って本文を含むと、ブラウザの動作が異なります。詳細については <a href="https://developer.mozilla.org/ja/docs/Web/HTTP/Status/204">204 No Content</a> を参照してください。</li> + <li>このレスポンスが永続的な接続上で誤って本文を含むと、ブラウザの動作が異なります。詳細については <a href="/ja/docs/Web/HTTP/Status/204">204 No Content</a> を参照してください。</li> </ul> <h2 id="関連情報">関連情報</h2> diff --git a/files/ja/web/http/status/401/index.html b/files/ja/web/http/status/401/index.html index b65cb97064..d37026c952 100644 --- a/files/ja/web/http/status/401/index.html +++ b/files/ja/web/http/status/401/index.html @@ -47,7 +47,7 @@ WWW-Authenticate: Basic realm="Access to staging site"</pre> <h2 id="参照">参照</h2> <ul> - <li><a href="/en-US/docs/Web/HTTP/Authentication">HTTP authentication</a></li> + <li><a href="/ja/s/Web/HTTP/Authentication">HTTP authentication</a></li> <li>{{HTTPHeader("WWW-Authenticate")}}</li> <li>{{HTTPHeader("Authorization")}}</li> <li>{{HTTPHeader("Proxy-Authorization")}}</li> diff --git a/files/ja/web/http/status/404/index.html b/files/ja/web/http/status/404/index.html index 6b73e254ea..593b3a72f6 100644 --- a/files/ja/web/http/status/404/index.html +++ b/files/ja/web/http/status/404/index.html @@ -26,7 +26,7 @@ translation_of: Web/HTTP/Status/404 <pre class="brush: bash notranslate">ErrorDocument 404 /notfound.html</pre> -<p>カスタム 404 ページの例については、 <a href="https://developer.mozilla.org/ja/404">MDN の 404 ページ</a>を参照してください。</p> +<p>カスタム 404 ページの例については、 <a href="/ja/404">MDN の 404 ページ</a>を参照してください。</p> <div class="note"> <p>適度なデザインのカスタマイズは良いことです。あなたの 404 ページをユーモアや思いやりのあるものにすることは自由ですが、ユーザーを混乱させないようにしてください。</p> diff --git a/files/ja/web/http/status/407/index.html b/files/ja/web/http/status/407/index.html index 3cd8a78385..1430d5d5fd 100644 --- a/files/ja/web/http/status/407/index.html +++ b/files/ja/web/http/status/407/index.html @@ -46,7 +46,7 @@ Proxy-Authenticate: Basic realm="Access to internal site"</pre> <h2 id="参照">参照</h2> <ul> - <li><a href="/en-US/docs/Web/HTTP/Authentication">HTTP authentication</a></li> + <li><a href="/ja/docs/Web/HTTP/Authentication">HTTP authentication</a></li> <li>{{HTTPHeader("WWW-Authenticate")}}</li> <li>{{HTTPHeader("Authorization")}}</li> <li>{{HTTPHeader("Proxy-Authorization")}}</li> diff --git a/files/ja/web/http/status/428/index.html b/files/ja/web/http/status/428/index.html index 584859f5aa..4510b71ff6 100644 --- a/files/ja/web/http/status/428/index.html +++ b/files/ja/web/http/status/428/index.html @@ -39,7 +39,7 @@ translation_of: Web/HTTP/Status/428 <h2 id="関連情報">関連情報</h2> <ul> - <li><a href="/en-US/docs/Web/HTTP/Conditional_requests">HTTP conditional requests</a></li> + <li><a href="/ja/docs/Web/HTTP/Conditional_requests">HTTP conditional requests</a></li> <li>{{HTTPHeader("If-Match")}}</li> <li>{{HTTPStatus(412)}}</li> </ul> |