aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2014-03-24 18:05:16 -0700
committerClay Murphy <claym@google.com>2014-10-30 14:57:30 -0700
commit28730d1e776bc55a63530b4f6ab810f2b7745654 (patch)
treeda16bc9a6da83b97ca8625692e892e941822c198 /src
parent703d1136ca2698a432d93bd1ee07062958d7c69b (diff)
downloadsource.android.com-28730d1e776bc55a63530b4f6ab810f2b7745654.tar.gz
Docs: Better integrating HAL contents into source.android.com
Bug: 12067952, 12228517 Change-Id: I741e03ee9ee5070960dc7687f5f49e840b31a401
Diffstat (limited to 'src')
-rw-r--r--src/devices/audio.jd2
-rw-r--r--src/devices/devices_toc.cs2
-rw-r--r--src/devices/tech/index.jd2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/audio.jd b/src/devices/audio.jd
index 1b85d5e0..660ec7ee 100644
--- a/src/devices/audio.jd
+++ b/src/devices/audio.jd
@@ -78,7 +78,7 @@ page.title=Audio
and that you must implement to have your audio hardware function correctly. The audio HAL
interfaces are located in
<code>hardware/libhardware/include/hardware</code>. See <a
-href="http://source.android.com/devices/reference/audio_8h_source.html">audio.h</a> for additional details.
+href="{@docRoot}devices/halref/audio_8h_source.html">audio.h</a> for additional details.
</dd>
<dt>
Kernel Driver
diff --git a/src/devices/devices_toc.cs b/src/devices/devices_toc.cs
index 93da9f4f..3e3ce4c4 100644
--- a/src/devices/devices_toc.cs
+++ b/src/devices/devices_toc.cs
@@ -294,7 +294,7 @@
<li class="nav-section">
<div class="nav-section-header empty">
- <a href="<?cs var:toroot ?>devices/reference/files.html">
+ <a href="<?cs var:toroot ?>devices/halref/index.html">
<span class="en">HAL File Reference</span>
</a>
</div>
diff --git a/src/devices/tech/index.jd b/src/devices/tech/index.jd
index fbb4cc7a..4fbf4420 100644
--- a/src/devices/tech/index.jd
+++ b/src/devices/tech/index.jd
@@ -60,7 +60,7 @@ about debugging at the platform level.</p>
<p>Android's Hardware Abstraction Layer (HAL) provides the interface between
software APIs and hardware drivers. This section contains the commented code
files of the HAL.</p>
-<p><a href="{@docRoot}devices/reference/files.html">&raquo; HAL Reference</a></p>
+<p><a href="{@docRoot}devices/halref/files.html">&raquo; HAL Reference</a></p>
<h2 id="kernel-technical-information">Kernel Technical Information</h2>
<p>The kernel configuration settings in this document are meant to be used as a base