docs: added target attribute to external URLs
authorBrian Paul <brianp@vmware.com>
Thu, 21 Jan 2010 15:13:32 +0000 (08:13 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 21 Jan 2010 15:14:42 +0000 (08:14 -0700)
docs/egl.html
docs/opengles.html

index ccc233fca9893316f4ba18000f8a5e1b0b6a14dc..9bbce83d4b081aad164c8672f3581ce4b230846e 100644 (file)
@@ -10,7 +10,8 @@
 
 <p>The current version of EGL in Mesa implements EGL 1.4.  More information
 about EGL can be found at
-<a href="http://www.khronos.org/egl/">http://www.khronos.org/egl/</a>.</p>
+<a href="http://www.khronos.org/egl/" target="_parent">
+http://www.khronos.org/egl/</a>.</p>
 
 <p>The Mesa's implementation of EGL uses a driver architecture.  The main
 library (<code>libEGL</code>) is window system neutral.  It provides the EGL
index 8665a9c353ec5d93749501bc55f87c42d6b81e51..a871e85d0b70611c4ef4685f735456c5ed712197 100644 (file)
@@ -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>