Skip to content

Commit 79dee59

Browse files
committed
docs: Google IO bug fixes
- http://b.corp.google.com/issue?id=6756248 - http://code.google.com/p/android/issues/detail?id=33877 Change-Id: Ib77bb865d7a5f8194ce8a1bac59c15612a3dc654
1 parent 1598a50 commit 79dee59

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/html/tools/adk/adk2.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ synchronize a local repository:
237237
<pre>
238238
$> mkdir android-accessories
239239
$> cd android-accessories
240-
$> repo -init -u https://android.googlesource.com/platform/manifest -b android-accessories
240+
$> repo init -u https://android.googlesource.com/accessories/manifest
241241
$> repo sync
242242
</pre>
243243
</li>

docs/html/tools/sdk/eclipse-adt.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ should be up to 30% faster.</li>
130130
<li>Tracer for GLES
131131
<ul>
132132
<li>Added new perspective view and tools for tracing OpenGL calls for an application and
133-
track the visual results of each call. (<a href="{@docRoot}tools/gltracer.html">more info</a>)</li>
133+
track the visual results of each call. (<a href="{@docRoot}tools/help/gltracer.html">more info</a>)</li>
134134
</ul>
135135
</li>
136136
<li>Lint

docs/html/tools/sdk/tools-notes.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ padding: 5px 0 0;
8686
<ul>
8787
<li>Added new Device Monitor application, grouping Android debugging tools into a
8888
single application, including ddms, traceview, hierarchyviewer and Tracer for GLES. (<a
89-
href="{@docRoot}tools/gltracer.html">more info</a>)</li>
89+
href="{@docRoot}tools/help/gltracer.html">more info</a>)</li>
9090
<li>Added new System Trace new tool for tracing Android system activity. This tool allow you
9191
to capture a slice of system activity, plus additional information tagged from the <strong>Settings
9292
&gt; Developer Options &gt; Monitoring: Enable traces</strong> or with specific calls added to your
93-
application code. (<a href="{@docRoot}tools/systrace.html">more info</a>)</li>
93+
application code.</li>
9494
</li>
9595
<li>Build System
9696
<ul>

0 commit comments

Comments
 (0)