docs: update some broken/old links
authorAndreas Boll <andreas.boll.dev@gmail.com>
Mon, 25 Jun 2012 19:52:51 +0000 (21:52 +0200)
committerBrian Paul <brianp@vmware.com>
Mon, 25 Jun 2012 22:10:01 +0000 (16:10 -0600)
Signed-off-by: Brian Paul <brianp@vmware.com>
docs/faq.html
docs/repository.html
docs/sourcedocs.html
docs/thanks.html
docs/utilities.html

index dbef6a58c29a8d4d3f82439690efbd308458074b..fa90d5bfe819c569509370896003a5e743ffdfb5 100644 (file)
@@ -389,7 +389,7 @@ algorithms).
 </p>
 <p>
 In the mean time, a 3rd party <a href=
-"http://homepage.hispeed.ch/rscheidegger/dri_experimental/s3tc_index.html"
+"http://dri.freedesktop.org/wiki/S3TC"
 target="_parent">plug-in library</a> is available.
 </p>
 
index 3e05871fd6113408ed6ca55f178f42bd4369b91e..adbfcf90914a7bd77bb6ebf7c40554c6e31852f1 100644 (file)
@@ -10,7 +10,7 @@
 <h1>Code Repository</h1>
 
 <p>
-Mesa uses <a href="http://git.or.cz/"target="_parent">git</a>
+Mesa uses <a href="http://git-scm.com"target="_parent">git</a>
 as its source code management system.
 </p>
 
@@ -95,7 +95,7 @@ Once your account is established:
 <h2>Windows Users</h2>
 
 <p>
-If you're <a href="http://git.or.cz/gitwiki/WindowsInstall" target="_parent">
+If you're <a href="http://git.wiki.kernel.org/index.php/WindowsInstall" target="_parent">
 using git on Windows</a> you'll want to enable automatic CR/LF conversion in
 your local copy of the repository:
 </p>
index 2b1633c67c217a4cdd91ae688590ecdd8f6fd3ac..898ecac74c6138e4c70fa05a6241860198bd5e37 100644 (file)
@@ -24,7 +24,7 @@ the <code>doxygen</code> directory and run <code>make</code>.
 
 <p>
 For an example of Doxygen usage in Mesa, see a recent source file
-such as <a href="http://webcvs.freedesktop.org/mesa/Mesa/src/mesa/main/bufferobj.c?view=markup" target="_parent">bufferobj.c</a>.
+such as <a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/mesa/main/bufferobj.c" target="_parent">bufferobj.c</a>.
 </p>
 
 
index b9a2b27cbd7d6b8d3cb0c9042e8a4df37df35910..6b658e3b4c493d0bb1d3206e6cdd6240e5a0aea2 100644 (file)
@@ -33,7 +33,7 @@ Tungsten Graphics, Inc. have supported the ongoing development of Mesa.
 <br>
 <br>
 <li>The
-<a href="http://sourceforge.net/projects/mesa3d" target="_parent">Mesa</a>
+<a href="http://www.mesa3d.org" target="_parent">Mesa</a>
 website is hosted by
 <a href="http://sourceforge.net" target="_parent">
 <img src="http://sourceforge.net/sflogo.php?group_id=3&amp;type=1"
index c748169443f16bb7c32435e0f340f30bf27f4309..8dd1df08ee0fb1239d3eeb6efc90e94ba9a86245 100644 (file)
@@ -17,7 +17,7 @@ progs/util/ directory
 <li>Allen Akin's <a href="http://glean.sourceforge.net/"
 target="_parent">glean</a> is a framework for OpenGL testing.
 
-<li><a href="http://developer.kde.org/~sewardj/"
+<li><a href="http://www.valgrind.org"
 target="_parent">Valgrind</a> is a very useful tool for tracking down
 memory-related problems in your code.