aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGina Dimino <gdimino@google.com>2016-08-20 22:04:58 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-20 22:04:58 +0000
commitd3b907576b14f8a9a43a0c446f5a7c4da85e1c2a (patch)
tree8b09c4d08a36e0b7486223768b5f1482099b3f54
parentf8c3cf133affcc5b746b3eb13478cbab02e96d75 (diff)
parentca5724d9128d6e06be46fc53d4a86b35f8367668 (diff)
downloadsource.android.com-d3b907576b14f8a9a43a0c446f5a7c4da85e1c2a.tar.gz
Docs: Fix broken link for release.
am: ca5724d912 Change-Id: Ibd95b2abff05a8f2f5ea94911c6334e0d430dac4
-rw-r--r--src/devices/graphics/architecture.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/graphics/architecture.jd b/src/devices/graphics/architecture.jd
index 25480433..40606a8d 100644
--- a/src/devices/graphics/architecture.jd
+++ b/src/devices/graphics/architecture.jd
@@ -97,7 +97,7 @@ language.</li>
<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.