summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2012-06-29 14:39:00 -0700
committerJoe Fernandez <joefernandez@google.com>2012-06-29 15:22:38 -0700
commit79dee590a8ec05658672bb405ec906ce552cc6c4 (patch)
tree99471b1ed95716cb76d322ffd0dcc0a458d58223 /docs
parent1598a50818b638d20120f71bab01c1792ecd4b6a (diff)
downloadframeworks_base-79dee590a8ec05658672bb405ec906ce552cc6c4.zip
frameworks_base-79dee590a8ec05658672bb405ec906ce552cc6c4.tar.gz
frameworks_base-79dee590a8ec05658672bb405ec906ce552cc6c4.tar.bz2
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
Diffstat (limited to 'docs')
-rw-r--r--docs/html/tools/adk/adk2.jd2
-rw-r--r--docs/html/tools/sdk/eclipse-adt.jd2
-rw-r--r--docs/html/tools/sdk/tools-notes.jd4
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/tools/adk/adk2.jd b/docs/html/tools/adk/adk2.jd
index d0d8831..ee9c0d8 100644
--- a/docs/html/tools/adk/adk2.jd
+++ b/docs/html/tools/adk/adk2.jd
@@ -237,7 +237,7 @@ synchronize a local repository:
<pre>
$> mkdir android-accessories
$> cd android-accessories
-$> repo -init -u https://android.googlesource.com/platform/manifest -b android-accessories
+$> repo init -u https://android.googlesource.com/accessories/manifest
$> repo sync
</pre>
</li>
diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd
index ae3eb05..aa21423 100644
--- a/docs/html/tools/sdk/eclipse-adt.jd
+++ b/docs/html/tools/sdk/eclipse-adt.jd
@@ -130,7 +130,7 @@ should be up to 30% faster.</li>
<li>Tracer for GLES
<ul>
<li>Added new perspective view and tools for tracing OpenGL calls for an application and
-track the visual results of each call. (<a href="{@docRoot}tools/gltracer.html">more info</a>)</li>
+track the visual results of each call. (<a href="{@docRoot}tools/help/gltracer.html">more info</a>)</li>
</ul>
</li>
<li>Lint
diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd
index 5d9bb49..14d1aa4 100644
--- a/docs/html/tools/sdk/tools-notes.jd
+++ b/docs/html/tools/sdk/tools-notes.jd
@@ -86,11 +86,11 @@ padding: 5px 0 0;
<ul>
<li>Added new Device Monitor application, grouping Android debugging tools into a
single application, including ddms, traceview, hierarchyviewer and Tracer for GLES. (<a
-href="{@docRoot}tools/gltracer.html">more info</a>)</li>
+href="{@docRoot}tools/help/gltracer.html">more info</a>)</li>
<li>Added new System Trace new tool for tracing Android system activity. This tool allow you
to capture a slice of system activity, plus additional information tagged from the <strong>Settings
&gt; Developer Options &gt; Monitoring: Enable traces</strong> or with specific calls added to your
-application code. (<a href="{@docRoot}tools/systrace.html">more info</a>)</li>
+application code.</li>
</li>
<li>Build System
<ul>