summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/webapps
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2011-01-05 00:34:26 -0800
committerRobert Ly <robertly@google.com>2011-01-07 18:56:10 -0800
commit293b850da6780184e6014e661841f1f3051b0af2 (patch)
tree0f6fed9c6885a6bc06f2651ca35c7eecc5f331db /docs/html/guide/webapps
parentc74a69a89a0f65bca87520928a714ed20c45873d (diff)
downloadframeworks_base-293b850da6780184e6014e661841f1f3051b0af2.zip
frameworks_base-293b850da6780184e6014e661841f1f3051b0af2.tar.gz
frameworks_base-293b850da6780184e6014e661841f1f3051b0af2.tar.bz2
Doc change: fixing links set 2
Change-Id: I8752cc7c732812a5f11f8b5f5ac83c3a87305f22
Diffstat (limited to 'docs/html/guide/webapps')
-rw-r--r--docs/html/guide/webapps/debugging.jd6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/webapps/debugging.jd b/docs/html/guide/webapps/debugging.jd
index ee4b723..c0dce48 100644
--- a/docs/html/guide/webapps/debugging.jd
+++ b/docs/html/guide/webapps/debugging.jd
@@ -18,7 +18,7 @@ messages</li>
<h2>See also</h2>
<ol>
- <li><a href="{@docRoot}guide/developing/debug-tasks.html">Debugging Tasks</a></li>
+ <li><a href="{@docRoot}guide/developing/debugging/index.html">Debugging</a></li>
</ol>
</div>
@@ -46,8 +46,8 @@ those written using JavaScript {@code console} APIs.</p>
<strong>Device > Run logcat</strong>. When using the <a href="{@docRoot}sdk/eclipse-adt.html">ADT
plugin for Eclipse</a>, you can also view logcat messages by opening the Logcat view, available from
<strong>Window > Show View > Other > Android > Logcat</strong>.</p>
- <p>See <a href="{@docRoot}guide/developing/debug-tasks.html">Debugging
-Tasks</a> for more information about logcat.</p>
+ <p>See <a href="{@docRoot}guide/developing/debugging/debugging-log.html">Debugging</a>
+ for more information about <codelogcat</code>.</p>
</div>
</div>