Mesa (master): docs: added target attribute to external URLs

Brian Paul brianp at kemper.freedesktop.org
Thu Jan 21 15:26:53 UTC 2010


Module: Mesa
Branch: master
Commit: aeff9f9725daffe06514f31d7005fd6d3f6b6550
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aeff9f9725daffe06514f31d7005fd6d3f6b6550

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jan 21 08:13:32 2010 -0700

docs: added target attribute to external URLs

---

 docs/egl.html      |    3 ++-
 docs/opengles.html |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/egl.html b/docs/egl.html
index ccc233f..9bbce83 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -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
diff --git a/docs/opengles.html b/docs/opengles.html
index 8665a9c..a871e85 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>




More information about the mesa-commit mailing list