diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-16 23:44:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 23:44:24 +0900 |
commit | 262f7e5bb53e4b8305cd6bbba78ca70766e99a43 (patch) | |
tree | f2f22e7832af151e9006696af2d94d345b535c02 /files/ja/mdn/tools/kumascript/troubleshooting/index.html | |
parent | d41c37a5fe8badc105d5c26be0b0ba8f01d8aa00 (diff) | |
download | translated-content-262f7e5bb53e4b8305cd6bbba78ca70766e99a43.tar.gz translated-content-262f7e5bb53e4b8305cd6bbba78ca70766e99a43.tar.bz2 translated-content-262f7e5bb53e4b8305cd6bbba78ca70766e99a43.zip |
MDN以下の文書内のリンクURLを正規化 (#2359)
- /en-US へのリンクを /ja へのリンクに修正
- /ja が付いていないものに /ja を付加
- MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/mdn/tools/kumascript/troubleshooting/index.html')
-rw-r--r-- | files/ja/mdn/tools/kumascript/troubleshooting/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/mdn/tools/kumascript/troubleshooting/index.html b/files/ja/mdn/tools/kumascript/troubleshooting/index.html index c7c6a3a8a3..15e47fde67 100644 --- a/files/ja/mdn/tools/kumascript/troubleshooting/index.html +++ b/files/ja/mdn/tools/kumascript/troubleshooting/index.html @@ -17,7 +17,7 @@ translation_of: MDN/Tools/KumaScript/Troubleshooting <h2 id="DocumentParsingError">DocumentParsingError</h2> -<p><code>DocumentParsingError</code> のエラーは KumaScript がドキュメント自体を理解できないときに表示されます。最もよくある原因は <a href="/en-US/docs/MDN/Contribute/Content/Macros">macro</a> 内の文法エラーです。</p> +<p><code>DocumentParsingError</code> のエラーは KumaScript がドキュメント自体を理解できないときに表示されます。最もよくある原因は <a href="/ja/docs/MDN/Contribute/Content/Macros">macro</a> 内の文法エラーです。</p> <p>以下をチェックします:</p> @@ -37,7 +37,7 @@ translation_of: MDN/Tools/KumaScript/Troubleshooting <h2 id="TemplateLoadingError">TemplateLoadingError</h2> -<p><code>TemplateLoadingError</code> のエラーは KumaScript がページにどの <a href="/en-US/docs/MDN/Contribute/Content/Macros">macro</a> を取り込むか探せないときに表示されます。</p> +<p><code>TemplateLoadingError</code> のエラーは KumaScript がページにどの <a href="/ja/docs/MDN/Contribute/Content/Macros">macro</a> を取り込むか探せないときに表示されます。</p> <p>以下をチェックします:</p> |