diff options
author | Robert Ly <robertly@google.com> | 2011-02-02 11:11:57 -0800 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2011-02-02 11:54:28 -0800 |
commit | 5347a4b3e5cc3484d08d35ed0808f4594000f480 (patch) | |
tree | 8f19e86f88fb93c7f29c60cf5a8c8bcb2e3c759b /docs/html/guide/developing/debugging | |
parent | 47b8c96b253ab24d0df089c87ce0798d4981400a (diff) |
Doc change: fixing broken links/images
Change-Id: I2e0fd99ec4badc234b88482d0c90b03d33fbdc30
Diffstat (limited to 'docs/html/guide/developing/debugging')
-rw-r--r-- | docs/html/guide/developing/debugging/debugging-tracing.jd | 4 | ||||
-rw-r--r-- | docs/html/guide/developing/debugging/index.jd | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/developing/debugging/debugging-tracing.jd b/docs/html/guide/developing/debugging/debugging-tracing.jd index dcc889d0a8aa..0401966aba5d 100644 --- a/docs/html/guide/developing/debugging/debugging-tracing.jd +++ b/docs/html/guide/developing/debugging/debugging-tracing.jd @@ -67,7 +67,7 @@ page.title=Profiling with Traceview and dmtracedump selected method. The method in this case is <code>LoadListener.nativeFinished()</code> and it was selected in the profile view.</p> - <img src="/images/traceview_timeline.png" + <img src="{@docRoot}images/traceview_timeline.png" alt="Traceview timeline panel" width="893" height="284" /> @@ -87,7 +87,7 @@ page.title=Profiling with Traceview and dmtracedump <code>LoadListener.nativeFinished();</code> looking at the timeline panel shows that one of those calls took an unusually long time.</p> - <img src="/images/traceview_profile.png" + <img src="{@docRoot}images/traceview_profile.png" alt="Traceview profile panel." width="892" height="630" /> diff --git a/docs/html/guide/developing/debugging/index.jd b/docs/html/guide/developing/debugging/index.jd index f9202ce00cd4..1f1a4ca5cafc 100644 --- a/docs/html/guide/developing/debugging/index.jd +++ b/docs/html/guide/developing/debugging/index.jd @@ -62,7 +62,7 @@ page.title=Debugging <p>Figure 1 shows how the various debugging tools work together in a typical debugging environment.</p> - <img src="/images/debugging.png" + <img src="{@docRoot}images/debugging.png" alt="Debugging workflow" /> <p class="img-caption><strong>Figure 1. </strong> Debugging Workflow</p> |