Docs: Fix broken link for release.

Change-Id: I6b602c6d6b2e55b1e43a5b33d1025180a86e8dcd
diff --git a/src/devices/graphics/architecture.jd b/src/devices/graphics/architecture.jd
index 2548043..40606a8 100644
--- a/src/devices/graphics/architecture.jd
+++ b/src/devices/graphics/architecture.jd
@@ -97,7 +97,7 @@
 <h2 id=high_level>High-level components</h2>
 
 <ul>
-<li><a href="{@docRoot}devices/graphics/arch-sv.html">SurfaceView and
+<li><a href="{@docRoot}devices/graphics/arch-sv-glsv.html">SurfaceView and
 GLSurfaceView</a>. SurfaceView combines a Surface and a View. SurfaceView's View
 components are composited by SurfaceFlinger (and not the app), enabling
 rendering from a separate thread/process and isolation from app UI rendering.