summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2012-06-25 21:51:53 +0200
committerBrian Paul <brianp@vmware.com>2012-06-25 16:10:01 -0600
commita5447aab9625b11841870f8d595e79c02666afda (patch)
treeb59d76bee03d2c14a0038e656adf4147edd54e10
parentd52419e0c3b2916609a9707b66195ac41020ebdb (diff)
docs: add missing target attribute
target is needed for the frame based layout Signed-off-by: Brian Paul <brianp@vmware.com>
-rw-r--r--docs/games.html4
-rw-r--r--docs/libraries.html2
-rw-r--r--docs/shading.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/games.html b/docs/games.html
index eaa7f4073c4..812c21d445f 100644
--- a/docs/games.html
+++ b/docs/games.html
@@ -15,7 +15,7 @@
- battle game
</li><li><a href="http://bzflag.sourceforge.net/" target="_parent">BZFLAG</a> - 3-D tank
battle game
- </li><li><a href="http://www.speakeasy.org/%7Emorse/copter-commander">Copter Commander</a> - 2d multiplayer side scroller
+ </li><li><a href="http://www.speakeasy.org/%7Emorse/copter-commander" target="_parent">Copter Commander</a> - 2d multiplayer side scroller
</li><li><a href="http://www.crystalspace.org/" target="_parent">CrystalSpace</a> - Free
3d game engine
</li><li><a href="http://www.afn.org/%7Ecthugha/" target="_parent">Cthugha</a> - music-sync'ed
@@ -40,7 +40,7 @@
</li><li><a href="http://jongl.home.pages.de/" target="_parent">JONGL</a> - Juggling simulator
</li><li><a href="http://samba.anu.edu.au/KnightCap/" target="_parent">KnightCap</a> -
chess game
- </li><li><a href="http://www.hackcraft.de/games/linwarrior_3d/">LinWarrior 3D</a> - A Battle Mech Simulator
+ </li><li><a href="http://www.hackcraft.de/games/linwarrior_3d/" target="_parent">LinWarrior 3D</a> - A Battle Mech Simulator
</li><li><a href="http://www.nada.kth.se/%7Ef96-lfo/lunar/" target="_parent">Lunar Lander
2000</a> - 3D version of the classis lunar lander game
</li><li><a href="http://www.majik3d.org/" target="_parent">Majik 3D</a> - an online role-playing
diff --git a/docs/libraries.html b/docs/libraries.html
index e9db42790d9..b410bc1c25d 100644
--- a/docs/libraries.html
+++ b/docs/libraries.html
@@ -10,7 +10,7 @@
<h1>Libraries and Toolkits</h1>
<ul>
-<li><a href="http://mrpowers.com/Apprentice/">Apprentice</a> - free OpenInventor work-alike
+<li><a href="http://mrpowers.com/Apprentice/" target="_parent">Apprentice</a> - free OpenInventor work-alike
<li><a href="http://www.coin3d.org/coin.html" target="_parent">Coin</a> - OSS Open Inventor clone
<li><a href="http://www.softintegration.com/products/toolkit/opengl/" target="_parent">Ch</a> - OpenGL bindings for the Ch C/C++ interpreter
<li><a href="http://www.cfdrc.com/FOX/fox.html" target="_parent">FOX</a> - GUI Library
diff --git a/docs/shading.html b/docs/shading.html
index 371891711d7..a9b7cfc4bbf 100644
--- a/docs/shading.html
+++ b/docs/shading.html
@@ -243,7 +243,7 @@ regressions.
</p>
<p>
-The <a href="http://people.freedesktop.org/~nh/piglit/">Piglit</a> project
+The <a href="http://people.freedesktop.org/~nh/piglit/" target="_parent">Piglit</a> project
has many GLSL tests and the
<a href="http://glean.sf.net" target="_parent">Glean</a> glsl1 test
tests GLSL features.