aboutsummaryrefslogtreecommitdiff
path: root/files/ko/tools/remote_debugging
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/tools/remote_debugging')
-rw-r--r--files/ko/tools/remote_debugging/firefox_for_android/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ko/tools/remote_debugging/firefox_for_android/index.html b/files/ko/tools/remote_debugging/firefox_for_android/index.html
index aa3e7570de..49330cc8bc 100644
--- a/files/ko/tools/remote_debugging/firefox_for_android/index.html
+++ b/files/ko/tools/remote_debugging/firefox_for_android/index.html
@@ -19,26 +19,26 @@ translation_of: Tools/Remote_Debugging/Firefox_for_Android
<ul>
<li>a desktop or laptop computer with Firefox 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 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 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>
<ul>
- <li><a href="https://developer.android.com/studio/command-line/adb.html#Enabling" title="http://developer.android.com/guide/developing/device.html#setting-up">Enable USB debugging in phone settings</a>.</li>
+ <li><a href="https://developer.android.com/studio/command-line/adb.html#Enabling">Enable USB debugging in phone settings</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>Install the correct version of the <a href="http://developer.android.com/sdk/index.html" title="http://developer.android.com/sdk/index.html">Android SDK</a> for your device.</li>
- <li>Using the Android SDK, install the <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>Install the correct version of the <a href="http://developer.android.com/sdk/index.html">Android SDK</a> for your device.</li>
+ <li>Using the Android SDK, install the <a href="http://developer.android.com/sdk/installing.html#components">Android Platform Tools</a>.</li>
<li>Android Platform Tools installs adb in the "platform-tools" directory under the directory in which you installed the Android SDK. Make sure the "platform-tools" directory is in your path.</li>
</ul>