diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-14 11:06:51 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 11:06:51 +0900 |
commit | b8899e350326af3e53dfad89747761c1c13a3915 (patch) | |
tree | 3ed0d0d2fdbb49e7ff7fcdbcd45ba2fd205f07de /files/ja/learn/common_questions/common_web_layouts | |
parent | 290d4f4c202b73e53eca3676d91a189f8097b396 (diff) | |
download | translated-content-b8899e350326af3e53dfad89747761c1c13a3915.tar.gz translated-content-b8899e350326af3e53dfad89747761c1c13a3915.tar.bz2 translated-content-b8899e350326af3e53dfad89747761c1c13a3915.zip |
Learn 以下の文書内のリンクURLを正規化 (#2356)
- /en-US へのリンクを /ja へのリンクに修正
- /ja が付いていないものに /ja を付加
- MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/learn/common_questions/common_web_layouts')
-rw-r--r-- | files/ja/learn/common_questions/common_web_layouts/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/learn/common_questions/common_web_layouts/index.html b/files/ja/learn/common_questions/common_web_layouts/index.html index 88fc618791..2aef5e786e 100644 --- a/files/ja/learn/common_questions/common_web_layouts/index.html +++ b/files/ja/learn/common_questions/common_web_layouts/index.html @@ -13,7 +13,7 @@ translation_of: Learn/Common_questions/Common_web_layouts <tbody> <tr> <th scope="row">Prerequisites:</th> - <td>Make sure you've already thought about <a href="/en-US/Learn/Thinking_before_coding">what you want to accomplish</a> with your web project.</td> + <td>Make sure you've already thought about <a href="/ja/Learn/Thinking_before_coding">what you want to accomplish</a> with your web project.</td> </tr> <tr> <th scope="row">Objective:</th> @@ -63,7 +63,7 @@ translation_of: Learn/Common_questions/Common_web_layouts <h2 id="Active_learning">Active learning</h2> -<p><em>There is no active learning available yet. <a href="/en-US/docs/MDN/Getting_started">Please, consider contributing</a>.</em></p> +<p><em>There is no active learning available yet. <a href="/ja/docs/MDN/Getting_started">Please, consider contributing</a>.</em></p> <h2 id="Deeper_dive">Deeper dive</h2> |