diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 02:54:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 09:54:07 +0300 |
commit | a3d3f72729edf1ff829150bf7ddccfbc0a70497d (patch) | |
tree | 95cdc5554055d40267679708305e124e2ab52470 /files/ru/tools/remote_debugging/firefox_for_android | |
parent | 40b2b076975760cb8d519d53fe40bc78282114ad (diff) | |
download | translated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.tar.gz translated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.tar.bz2 translated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.zip |
remove link 'title' attributes that's just the 'href' (ru) (#1715)
Diffstat (limited to 'files/ru/tools/remote_debugging/firefox_for_android')
-rw-r--r-- | files/ru/tools/remote_debugging/firefox_for_android/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/tools/remote_debugging/firefox_for_android/index.html b/files/ru/tools/remote_debugging/firefox_for_android/index.html index 6bcd7b2b47..ed33d8c453 100644 --- a/files/ru/tools/remote_debugging/firefox_for_android/index.html +++ b/files/ru/tools/remote_debugging/firefox_for_android/index.html @@ -19,13 +19,13 @@ translation_of: Tools/Remote_Debugging/Firefox_for_Android <ul> <li>a desktop or laptop computer with Firefox 15 or higher running on it</li> - <li>an Android device <a href="https://support.mozilla.org/en-US/kb/will-firefox-work-my-mobile-device" title="https://support.mozilla.org/en-US/kb/will-firefox-work-my-mobile-device">capable of running Firefox for Android</a> with Firefox for Android 15 or higher running on it</li> + <li>an Android device <a href="https://support.mozilla.org/en-US/kb/will-firefox-work-my-mobile-device">capable of running Firefox for Android</a> with Firefox for Android 15 or higher running on it</li> <li>a USB cable to connect the two devices</li> </ul> <h3 id="ADB_setup">ADB setup</h3> -<p>Next, you'll need to get the desktop and the Android device talking to each other using the <a href="https://developer.android.com/tools/help/adb.html" title="https://developer.android.com/tools/help/adb.html">adb</a> command-line tool.</p> +<p>Next, you'll need to get the desktop and the Android device talking to each other using the <a href="https://developer.android.com/tools/help/adb.html">adb</a> command-line tool.</p> <h4 class="note" id="On_the_Android_device">On the Android device</h4> |