diff options
author | Adam Jackson <[email protected]> | 2005-11-03 20:49:07 +0000 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2005-11-03 20:49:07 +0000 |
commit | d78834b3061c8e43dde583363e0896cb554f2fcc (patch) | |
tree | a4c722ff909d27da4e19546dade7054146b1e7a7 | |
parent | 72030e0d91cc505db1eb7d39d5240b2f562cf710 (diff) |
s/dri.sourceforge.net/dri.freedesktop.org/
-rw-r--r-- | docs/contents.html | 4 | ||||
-rw-r--r-- | docs/intro.html | 2 | ||||
-rw-r--r-- | docs/systems.html | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/contents.html b/docs/contents.html index 88b7bc7de82..1f92980d8cc 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -79,7 +79,7 @@ a:visited { <b>Links</b> <ul> <li><a href="http://www.opengl.org" target="_parent">OpenGL website</a> -<li><a href="http://dri.sourceforge.net" target="_parent">DRI website</a> +<li><a href="http://dri.freedesktop.org" target="_parent">DRI website</a> <li><a href="http://www.freedesktop.org" target="_parent">freedesktop.org</a> <li><a href="games.html" target="MainFrame">Games and Entertainment</a> <li><a href="libraries.html" target="MainFrame">Libraries and Toolkits</a> @@ -98,4 +98,4 @@ WIDTH="88" HEIGHT="31" ALIGN="BOTTOM" ALT="Sourceforge.net" BORDER="0"></A> </blockquote> </body> -</html>
\ No newline at end of file +</html> diff --git a/docs/intro.html b/docs/intro.html index 374d124b349..a926f08172d 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -136,7 +136,7 @@ GL_ARB_fragment_program extensions. <p> Ongoing: Mesa is used as the core of many hardware OpenGL drivers for the XFree86 X.org X servers within the -<A href="http://dri.sourceforge.net/" target="_parent">DRI project</A>. +<A href="http://dri.freedesktop.org/" target="_parent">DRI project</A>. I continue to enhance Mesa with new extensions and features. </p> diff --git a/docs/systems.html b/docs/systems.html index 3a6594f5ff8..48ac0176443 100644 --- a/docs/systems.html +++ b/docs/systems.html @@ -33,7 +33,7 @@ Be warned that some drivers may be out of date and no longer function. <UL> <LI>Xlib driver for the X Window System <A HREF="README.X11">(README.X11)</A> -<li><a href="http://dri.sourceforge.net/" target="_parent"> +<li><a href="http://dri.freedesktop.org/" target="_parent"> DRI hardware drivers</a> for the X window system <LI>Microsoft Windows <A HREF="README.WIN32">(README.WIN32)</A> <LI>DEC VMS <A HREF="README.VMS">(README.VMS)</A> @@ -53,4 +53,4 @@ DRI hardware drivers</a> for the X window system </UL> </body> -</html>
\ No newline at end of file +</html> |