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/what_are_browser_developer_tools | |
| 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/what_are_browser_developer_tools')
| -rw-r--r-- | files/ja/learn/common_questions/what_are_browser_developer_tools/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/learn/common_questions/what_are_browser_developer_tools/index.html b/files/ja/learn/common_questions/what_are_browser_developer_tools/index.html index 4e3fe1667b..98fe5326a8 100644 --- a/files/ja/learn/common_questions/what_are_browser_developer_tools/index.html +++ b/files/ja/learn/common_questions/what_are_browser_developer_tools/index.html @@ -19,7 +19,7 @@ translation_of: Learn/Common_questions/What_are_browser_developer_tools </div> <div class="note"> -<p><strong>注</strong>: 下のサンプルを実行していく前に、<a href="/en-US/Learn/Getting_started_with_the_web">Web入門</a>の記事の中で作りあげる、<a href="http://mdn.github.io/beginner-html-site-scripted/">初心者向けウェブサイトの例</a>を開いてください。後ほどこれを使って説明します。</p> +<p><strong>注</strong>: 下のサンプルを実行していく前に、<a href="/ja/Learn/Getting_started_with_the_web">Web入門</a>の記事の中で作りあげる、<a href="http://mdn.github.io/beginner-html-site-scripted/">初心者向けウェブサイトの例</a>を開いてください。後ほどこれを使って説明します。</p> </div> <h2 id="How_to_open_the_devtools_in_your_browser" name="How_to_open_the_devtools_in_your_browser">ブラウザ開発者ツールの開き方</h2> @@ -168,7 +168,7 @@ document.querySelector('h1').appendChild(myImage);</pre> <p>Find more out about the JavaScript console in different browsers:</p> <ul> - <li><a href="https://developer.mozilla.org/en-US/docs/Tools/Web_Console">Firefox Web Console</a></li> + <li><a href="/ja/docs/Tools/Web_Console">Firefox Web Console</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/ie/dn255006%28v=vs.85%29.aspx">IE JavaScript console</a></li> <li><a href="https://developer.chrome.com/devtools/docs/console">Chrome JavaScript Console</a> (Opera's inspector works the same as this)</li> <li><a href="https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Console/Console.html#//apple_ref/doc/uid/TP40007874-CH6-SW1">Safari Console</a></li> @@ -177,6 +177,6 @@ document.querySelector('h1').appendChild(myImage);</pre> <h2 id="あわせて参照">あわせて参照</h2> <ul> - <li><a href="/en-US/docs/Learn/HTML/Introduction_to_HTML/Debugging_HTML">Debugging HTML</a></li> - <li><a href="/en-US/docs/Learn/CSS/Introduction_to_CSS/Debugging_CSS">Debugging CSS</a></li> + <li><a href="/ja/docs/Learn/HTML/Introduction_to_HTML/Debugging_HTML">Debugging HTML</a></li> + <li><a href="/ja/docs/Learn/CSS/Introduction_to_CSS/Debugging_CSS">Debugging CSS</a></li> </ul> |
