diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-31 12:04:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-01 01:04:19 +0900 |
commit | 0114a214791c357c3dd3fdde5fc47b9ca33796cc (patch) | |
tree | 2c82bee24d61bfc6da4f68f9ebf3e9cb7c4c1cd9 /files/ja/tools/remote_debugging/firefox_for_android/index.html | |
parent | 75258c7a0fa043c3e373f8a933332595e298a3f1 (diff) | |
download | translated-content-0114a214791c357c3dd3fdde5fc47b9ca33796cc.tar.gz translated-content-0114a214791c357c3dd3fdde5fc47b9ca33796cc.tar.bz2 translated-content-0114a214791c357c3dd3fdde5fc47b9ca33796cc.zip |
remove link 'title' attributes that's just the 'href' (ja, part 2) (#1807)
Diffstat (limited to 'files/ja/tools/remote_debugging/firefox_for_android/index.html')
-rw-r--r-- | files/ja/tools/remote_debugging/firefox_for_android/index.html | 6 |
1 files changed, 3 insertions, 3 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 044a6c6d52..b6b7b74621 100644 --- a/files/ja/tools/remote_debugging/firefox_for_android/index.html +++ b/files/ja/tools/remote_debugging/firefox_for_android/index.html @@ -30,15 +30,15 @@ translation_of: Tools/Remote_Debugging/Firefox_for_Android <h4 class="note" id="Android_デバイスで行う作業">Android デバイスで行う作業</h4> <ul> - <li><a href="http://developer.android.com/guide/developing/device.html#setting-up" title="http://developer.android.com/guide/developing/device.html#setting-up">USB デバッグの有効化 (このリンクのステップ 2 のみ実施)</a>。</li> + <li><a href="http://developer.android.com/guide/developing/device.html#setting-up">USB デバッグの有効化 (このリンクのステップ 2 のみ実施)</a>。</li> <li>USB 経由で Android デバイスとデスクトップを接続します。</li> </ul> <h4 class="note" id="デスクトップで行う作業">デスクトップで行う作業</h4> <ul> - <li>デバイスに合うバージョンの <a href="http://developer.android.com/sdk/index.html" title="http://developer.android.com/sdk/index.html">Android SDK</a> をインストールします。</li> - <li>Android SDK を使用して、<a href="http://developer.android.com/sdk/installing.html#components" title="http://developer.android.com/sdk/installing.html#components">Android Platform Tools</a> をインストールします。</li> + <li>デバイスに合うバージョンの <a href="http://developer.android.com/sdk/index.html">Android SDK</a> をインストールします。</li> + <li>Android SDK を使用して、<a href="http://developer.android.com/sdk/installing.html#components">Android Platform Tools</a> をインストールします。</li> <li>Android Platform Tools が、Android SDK をインストールしたディレクトリ配下の "platform-tools" ディレクトリ内に、adb をインストールします。"platform-tools" ディレクトリにパスを通すようにしてください。</li> </ul> |