Docs: Adding correct link to Hardware Composer HAL
Bug: 26376338
Change-Id: Ieb4ebad60fc01314676ef7f6dc3c8bb5ad5894e3
diff --git a/src/devices/graphics/index.jd b/src/devices/graphics/index.jd
index 3690d2c..4ce174f 100644
--- a/src/devices/graphics/index.jd
+++ b/src/devices/graphics/index.jd
@@ -119,21 +119,17 @@
instance, it is using OpenGL ES. This makes compositing lower power than having
the GPU conduct all computation.</p>
-<p>The Hardware Composer HAL conducts the other half of the work. This HAL is
-the central point for all Android graphics rendering. Hardware Composer must
-support events, one of which is VSYNC. Another is hotplug for plug-and-play
-HDMI support.</p>
-
-<p>See the
-<a href="{@docRoot}devices/graphics.html#hardware_composer_hal">Hardware
-Composer HAL</a> section for more information.</p>
+<p>The <a href="{@docRoot}devices/graphics/architecture.html#hwcomposer">Hardware
+Composer HAL</a> conducts the other half of the work and is the central point
+for all Android graphics rendering. The Hardware Composer must support events,
+one of which is VSYNC (another is hotplug for plug-and-playHDMI support).</p>
<h3 id="gralloc">Gralloc</h3>
-<p>The graphics memory allocator is needed to allocate memory that is requested
-by image producers. See the <a
-href="{@docRoot}devices/graphics/architecture.html#gralloc_HAL">Gralloc HAL</a> section for more
-information.</p>
+<p>The graphics memory allocator (Gralloc) is needed to allocate memory
+requested by image producers. For details, see <a
+href="{@docRoot}devices/graphics/architecture.html#gralloc_HAL">Gralloc HAL</a>.
+</p>
<h2 id="data_flow">Data flow</h2>