diff --git a/docs/html/tools/adk/adk2.jd b/docs/html/tools/adk/adk2.jd
index d0d8831c32c66..ee9c0d873b6c6 100644
--- a/docs/html/tools/adk/adk2.jd
+++ b/docs/html/tools/adk/adk2.jd
@@ -237,7 +237,7 @@ synchronize a local repository:
$> 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
diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd
index ae3eb05253d3a..aa21423fad9c5 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.
Tracer for GLES
- Added new perspective view and tools for tracing OpenGL calls for an application and
-track the visual results of each call. (more info)
+track the visual results of each call. (more info)
Lint
diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd
index 5d9bb49af8585..14d1aa48606ec 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;
- Added new Device Monitor application, grouping Android debugging tools into a
single application, including ddms, traceview, hierarchyviewer and Tracer for GLES. (more info)
+href="{@docRoot}tools/help/gltracer.html">more info)
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 Settings
> Developer Options > Monitoring: Enable traces or with specific calls added to your
-application code. (more info)
+application code.
Build System