diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-30 09:43:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 09:43:14 -0400 |
commit | a86451fbf1d0be1709b9593b7d56e7fd7a7dfd05 (patch) | |
tree | bc2e9b902371df4462f5319f3dbab4e471976a0c /files/ja/tools/remote_debugging | |
parent | 89a4df00e12cdbec6dbe789b710f2bb1900b41a5 (diff) | |
download | translated-content-a86451fbf1d0be1709b9593b7d56e7fd7a7dfd05.tar.gz translated-content-a86451fbf1d0be1709b9593b7d56e7fd7a7dfd05.tar.bz2 translated-content-a86451fbf1d0be1709b9593b7d56e7fd7a7dfd05.zip |
remove link 'title' attributes that's just the 'href' (ja) (#1712)
Diffstat (limited to 'files/ja/tools/remote_debugging')
-rw-r--r-- | files/ja/tools/remote_debugging/firefox_for_android/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/tools/remote_debugging/firefox_for_android/index.html b/files/ja/tools/remote_debugging/firefox_for_android/index.html index af3bdfbb64..044a6c6d52 100644 --- a/files/ja/tools/remote_debugging/firefox_for_android/index.html +++ b/files/ja/tools/remote_debugging/firefox_for_android/index.html @@ -19,13 +19,13 @@ translation_of: Tools/Remote_Debugging/Firefox_for_Android <ul> <li>Firefox 15 以降を実行するデスクトップまたはノート型コンピュータ</li> - <li>Android 版 Firefox 15 以降を実行している、<a href="https://support.mozilla.org/ja/kb/will-firefox-work-my-mobile-device" title="https://support.mozilla.org/ja/kb/will-firefox-work-my-mobile-device">Android 版 Firefox が動作する</a> Android デバイス</li> + <li>Android 版 Firefox 15 以降を実行している、<a href="https://support.mozilla.org/ja/kb/will-firefox-work-my-mobile-device">Android 版 Firefox が動作する</a> Android デバイス</li> <li>2 つのデバイスを接続する USB ケーブル</li> </ul> <h3 id="ADB_setup" name="ADB_setup">ADB のセットアップ</h3> -<p>次に <a href="https://developer.android.com/tools/help/adb.html" title="https://developer.android.com/tools/help/adb.html">adb</a> コマンドラインツールを使用して、デスクトップと Android デバイスが相互に対話できるようにしなければなりません。</p> +<p>次に <a href="https://developer.android.com/tools/help/adb.html">adb</a> コマンドラインツールを使用して、デスクトップと Android デバイスが相互に対話できるようにしなければなりません。</p> <h4 class="note" id="Android_デバイスで行う作業">Android デバイスで行う作業</h4> |