diff options
Diffstat (limited to 'files/ru/tools/remote_debugging/firefox_for_android/index.html')
-rw-r--r-- | files/ru/tools/remote_debugging/firefox_for_android/index.html | 6 |
1 files changed, 3 insertions, 3 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 ed33d8c453..a2de6aac40 100644 --- a/files/ru/tools/remote_debugging/firefox_for_android/index.html +++ b/files/ru/tools/remote_debugging/firefox_for_android/index.html @@ -30,15 +30,15 @@ translation_of: Tools/Remote_Debugging/Firefox_for_Android <h4 class="note" id="On_the_Android_device">On the Android device</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">Enable USB debugging (step 2 of this link only)</a>.</li> + <li><a href="http://developer.android.com/guide/developing/device.html#setting-up">Enable USB debugging (step 2 of this link only)</a>.</li> <li>Attach the device to the desktop via USB.</li> </ul> <h4 class="note" id="On_the_desktop">On the desktop</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 Tools устанавливает adb (Android Debug Bridge) в директорию "Platform-инструментов", в которой установлена Android SDK. Убедитесь, что каталог "инструментов платформы" находится в переменной окружения path.</li> </ul> |