summaryrefslogtreecommitdiff
path: root/docs/opengles.html
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-01-21 08:13:32 -0700
committerBrian Paul <brianp@vmware.com>2010-01-21 08:14:42 -0700
commitaeff9f9725daffe06514f31d7005fd6d3f6b6550 (patch)
tree0447f7da43a634485b73ffb32caa50636e331bcb /docs/opengles.html
parent656834a871f4bc0f7a1725e59263fb3412d605ca (diff)
docs: added target attribute to external URLs
Diffstat (limited to 'docs/opengles.html')
-rw-r--r--docs/opengles.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/opengles.html b/docs/opengles.html
index 8665a9c353..a871e85d0b 100644
--- a/docs/opengles.html
+++ b/docs/opengles.html
@@ -10,7 +10,8 @@
<p>The current version of the OpenGL ES state trackers implement OpenGL ES 1.1 and OpenGL ES 2.0.
More informations about OpenGL ES can be found at
-<a href="http://www.khronos.org/opengles/">http://www.khronos.org/opengles/</a>.</p>
+<a href="http://www.khronos.org/opengles/" target="_parent">
+http://www.khronos.org/opengles/</a>.</p>
<p>The OpenGL ES state trackers depends on the Gallium architecture and a
working EGL implementation. Please refer to <a href="egl.html">Mesa EGL</a>