Skip to content

Commit a61f842

Browse files
committed
docs: OpenGL Tutorials fixed two broken links (Issue 5990696, public android bug: 25132)
Change-Id: I9d504017c507b2e203b8e0448d720714bec32e8c
1 parent 09ff04d commit a61f842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/html/resources/tutorials/opengl/opengl-es10.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ carefully consider which version of the OpenGL ES API (1.0/1.1 or 2.0) is most a
5858
needs. For more information, see
5959
<a href="{@docRoot}guide/topics/graphics/opengl.html#choosing-version">Choosing an OpenGL API
6060
Version</a>. If you would prefer to use OpenGL ES 2.0, see the <a
61-
href="{@docRoot}resources/tutorials/opengl/opengl-es20.jd">OpenGL ES 2.0 tutorial</a>.</p>
61+
href="{@docRoot}resources/tutorials/opengl/opengl-es20.html">OpenGL ES 2.0 tutorial</a>.</p>
6262

6363
<p>Before you start, you should understand how to create a basic Android application. If you do not
6464
know how to create an app, follow the <a href="{@docRoot}resources/tutorials/hello-world.html">Hello

docs/html/resources/tutorials/opengl/opengl-es20.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ carefully consider which version of the OpenGL ES API (1.0/1.1 or 2.0) is most a
5757
needs. For more information, see
5858
<a href="{@docRoot}guide/topics/graphics/opengl.html#choosing-version">Choosing an OpenGL API
5959
Version</a>. If you would prefer to use OpenGL ES 1.0, see the <a
60-
href="{@docRoot}resources/tutorials/opengl/opengl-es10.jd">OpenGL ES 1.0 tutorial</a>.</p>
60+
href="{@docRoot}resources/tutorials/opengl/opengl-es10.html">OpenGL ES 1.0 tutorial</a>.</p>
6161

6262
<p>Before you start, you should understand how to create a basic Android application. If you do not
6363
know how to create an app, follow the <a href="{@docRoot}resources/tutorials/hello-world.html">Hello

0 commit comments

Comments
 (0)