aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGina Dimino <gdimino@google.com>2016-08-20 13:05:46 -0700
committerGina Dimino <gdimino@google.com>2016-08-20 13:05:46 -0700
commitca5724d9128d6e06be46fc53d4a86b35f8367668 (patch)
tree8b09c4d08a36e0b7486223768b5f1482099b3f54
parent2347e7b0502edc992838661392a36e6cdec48729 (diff)
downloadsource.android.com-ca5724d9128d6e06be46fc53d4a86b35f8367668.tar.gz
Docs: Fix broken link for release.
Change-Id: I6b602c6d6b2e55b1e43a5b33d1025180a86e8dcd
-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.