diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-14 23:03:42 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 23:03:42 +0900 |
commit | 192e9f4e82a2ad89ac985e715d63b70be9bf5996 (patch) | |
tree | e68ec44ac620848d20701d5807c49fc0606bd724 /files/ja/tools/web_audio_editor/index.html | |
parent | 4aaee0a1710f4df99bf4e07fa2ae8986b6219c62 (diff) | |
download | translated-content-192e9f4e82a2ad89ac985e715d63b70be9bf5996.tar.gz translated-content-192e9f4e82a2ad89ac985e715d63b70be9bf5996.tar.bz2 translated-content-192e9f4e82a2ad89ac985e715d63b70be9bf5996.zip |
Tools以下の文書内のリンクURLを正規化 (#2367)
- /en-US へのリンクを /ja へのリンクに修正
- /ja が付いていないものに /ja を付加
- MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/tools/web_audio_editor/index.html')
-rw-r--r-- | files/ja/tools/web_audio_editor/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/tools/web_audio_editor/index.html b/files/ja/tools/web_audio_editor/index.html index 0a56bfa7f6..48cf967cf9 100644 --- a/files/ja/tools/web_audio_editor/index.html +++ b/files/ja/tools/web_audio_editor/index.html @@ -10,7 +10,7 @@ translation_of: Tools/Web_Audio_Editor <div> </div> <div class="blockIndicator note"> -<p>注意:このツールは廃止予定であり、まもなくFirefoxから削除される予定です。 詳しくは、<a href="https://developer.mozilla.org/en-US/docs/Tools/Deprecated_tools">非推奨ツール</a>を参照してください。</p> +<p>注意:このツールは廃止予定であり、まもなくFirefoxから削除される予定です。 詳しくは、<a href="/ja/docs/Tools/Deprecated_tools">非推奨ツール</a>を参照してください。</p> </div> <p><a href="/ja/docs/Web/API/Web_Audio_API/Using_Web_Audio_API">Web Audio API</a> を使うとき、開発者は {{domxref ("AudioContext")}} を生成します。そのコンテキストでは、以下のようないくつもの {{domxref ("AudioNode")}} を構築します:</p> |