diff options
author | Robert Ly <robertly@google.com> | 2011-01-05 00:54:41 -0800 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2011-01-07 18:57:06 -0800 |
commit | 67c2d979e39f3ad9d9cf19bc99002ad4af19ee5c (patch) | |
tree | 5fbac17c4b16afd14a0c7d9502702a5cb91395eb /docs/html/guide/tutorials | |
parent | 293b850da6780184e6014e661841f1f3051b0af2 (diff) |
Doc change: fixing links set 3
Change-Id: Id4123a2f0685887417d0b17a6fa81368aa756b6e
Diffstat (limited to 'docs/html/guide/tutorials')
-rw-r--r-- | docs/html/guide/tutorials/notepad/notepad-extra-credit.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/tutorials/notepad/notepad-extra-credit.jd b/docs/html/guide/tutorials/notepad/notepad-extra-credit.jd index 0d59b56b7a7b..34f7063dfa01 100644 --- a/docs/html/guide/tutorials/notepad/notepad-extra-credit.jd +++ b/docs/html/guide/tutorials/notepad/notepad-extra-credit.jd @@ -65,6 +65,6 @@ when.</p> <p>The Android Eclipse plugin not only offers excellent debugging support for your application development, but also superb profiling support. You can also -try using <a href="{@docRoot}guide/developing/tools/traceview.html">Traceview</a> to profile your application. If your application is running too slow, this can help you +try using <a href="{@docRoot}guide/developing/debugging/debugging-tracing.html">Traceview</a> to profile your application. If your application is running too slow, this can help you find the bottlenecks and fix them.</p> |