diff --git a/doc/index.html b/doc/index.html
index b00580aab69a3396a97409f173f4c578346998a5..398df83d21d911f112463027ffd1a44e664ff3c7 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -305,8 +305,10 @@ XCL (Peter Graves) <gnooth@gmail.com>
             get our "release" branch for the latest stable release.
             Run <tt>make</tt> to create <tt>build/asdf.lisp</tt>);
           </li>
-          <li>browse the latest <em>development</em> tree from our git repository:
-            <a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf.git">gitweb</a>
+          <li>browse the latest <em>development</em> tree from our git
+        repository:
+          <a href="http://common-lisp.net/gitweb/?p=asdf/asdf.git;a=summary;js=1">gitweb</a>
+            <!-- <a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf.git">gitweb</a> -->
           </li>
           <li>download the tarball of a past release:
             <a href="http://common-lisp.net/project/asdf/archives/">archives</a>
@@ -316,18 +318,20 @@ XCL (Peter Graves) <gnooth@gmail.com>
         <h3>Extensions</h3>
         <p>Known extensions to ASDF include:</p>
 	<ul>
-	  <li><a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf-contrib.git"
+	  <li><a href="http://common-lisp.net/gitweb/?p=asdf/asdf-contrib.git"
 		 ><tt>asdf-contrib</tt></a>,
 	    a collection of most of the below.</li>
-	  <li><a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf-encodings.git"
+	  <li><a href="http://common-lisp.net/gitweb/?p=asdf/asdf-encodings.git"
 		 ><tt>asdf-encodings</tt></a>,
 	    to compile Lisp source files with character encodings other than UTF-8.</li>
-	  <li><a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf-finalizers.git"
+	  <li><a href="http://common-lisp.net/gitweb/?p=asdf/asdf-finalizers.git"
 		 ><tt>asdf-finalizers</tt></a>,
 	    to allow macros to include code to be evaluated
 	    at the end of a file being compiled.</li>
-	  <li><a href="http://common-lisp.net/gitweb?p=projects/xcvb/asdf-dependency-grovel.git"
-		 ><tt>asdf-dependency-grovel</tt></a>,
+	  <li>
+            <!-- <a href="http://common-lisp.net/gitweb?p=projects/xcvb/asdf-dependency-grovel.git"> -->
+            <a href="http://common-lisp.net/gitweb/?p=xcvb/asdf-dependency-grovel.git;a=summary;js=1">
+            <tt>asdf-dependency-grovel</tt></a>,
 	    to compute the actual dependencies in a big ASDF system.</li>
 	  <li><a href="http://common-lisp.net/project/qitab/"
 		 ><tt>poiu</tt></a>,
@@ -339,7 +343,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
 	  <li><a href="http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv"
 		 ><tt>asdf-flv</tt></a>,
 	    to bind file-local variables around the compilation of some files.</li>
-          <li><a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf-package-system.git"
+          <li><a href="http://common-lisp.net/gitweb/?p=asdf/asdf-package-system.git"
                  ><tt>asdf-package-system</tt></a>,
             to compile Lisp source files with one package per file
             that also determines dependencies, in the style of