diff options
| author | Scott Main <smain@google.com> | 2012-07-31 09:46:52 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-07-31 14:19:33 -0700 |
| commit | f284d49293aead609de5b83d601260cfd86b7978 (patch) | |
| tree | 7a94f865fe7deffa5bcb62283ec1412d51aae974 /docs/html/tools | |
| parent | a39fdd11e80618acc046fff65b6549b5c8b5aa8d (diff) | |
| download | frameworks_base-f284d49293aead609de5b83d601260cfd86b7978.zip frameworks_base-f284d49293aead609de5b83d601260cfd86b7978.tar.gz frameworks_base-f284d49293aead609de5b83d601260cfd86b7978.tar.bz2 | |
docs: fix broken links
Change-Id: I0523fb8eb8608b07cf7ca866d0c2ccfcbfc2e946
Diffstat (limited to 'docs/html/tools')
| -rw-r--r-- | docs/html/tools/adk/aoa2.jd | 2 | ||||
| -rw-r--r-- | docs/html/tools/help/gltracer.jd | 6 | ||||
| -rw-r--r-- | docs/html/tools/revisions/platforms.jd | 2 | ||||
| -rw-r--r-- | docs/html/tools/sdk/installing.jd | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/html/tools/adk/aoa2.jd b/docs/html/tools/adk/aoa2.jd index 2a3b2f0..bbccfc3 100644 --- a/docs/html/tools/adk/aoa2.jd +++ b/docs/html/tools/adk/aoa2.jd @@ -20,7 +20,7 @@ page.title=Android Open Accessory Protocol 2.0 </div> <p>This document describes the changes to the Android Open Accessory (AOA) protocol since its -initial release, and is a supplement to the documentation of the <a href="oap.html">first +initial release, and is a supplement to the documentation of the <a href="aoa.html">first release of AOA</a>.</p> <p>The Android Open Accessory Protocol 2.0 adds two new features: audio output (from the Android diff --git a/docs/html/tools/help/gltracer.jd b/docs/html/tools/help/gltracer.jd index 35c405e..700ee39 100644 --- a/docs/html/tools/help/gltracer.jd +++ b/docs/html/tools/help/gltracer.jd @@ -5,9 +5,9 @@ page.title=Tracer for OpenGL ES <div id="qv"> <h2>In this document</h2> <ol> - <li><a href="running">Running Tracer</a></li> - <li><a href="generating">Generating a Trace</a></li> - <li><a href="analyzing">Analyzing a Trace</a></li> + <li><a href="#running">Running Tracer</a></li> + <li><a href="#generating">Generating a Trace</a></li> + <li><a href="#analyzing">Analyzing a Trace</a></li> </ol> <h2>See also</h2> <ol> diff --git a/docs/html/tools/revisions/platforms.jd b/docs/html/tools/revisions/platforms.jd index 6163fbc..62ec422 100644 --- a/docs/html/tools/revisions/platforms.jd +++ b/docs/html/tools/revisions/platforms.jd @@ -870,7 +870,7 @@ class="toggle-content-img" alt="" />Android {@sdkPlatformVersion}, Revision 1</a <dt>Tools:</dt> <dd> -<p>Adds support for building with Android library projects. See <a href="tools-notes.html">SDK +<p>Adds support for building with Android library projects. See <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools, r6</a> for information.</p> </dd> diff --git a/docs/html/tools/sdk/installing.jd b/docs/html/tools/sdk/installing.jd index 126d992..d7f1957 100644 --- a/docs/html/tools/sdk/installing.jd +++ b/docs/html/tools/sdk/installing.jd @@ -375,7 +375,7 @@ devices. </td> <td colspan="3"><code>docs/</code></td> <td>A full set of documentation in HTML format, including the Developer's Guide, API Reference, and other information. To read the documentation, load the -file <code>offline.html</code> in a web browser.</td> +file <code>index.html</code> in a web browser.</td> </tr> <tr> <td colspan="3"><code>platform-tools/</code></td> |
