Fix links under developer to point to git, not cvs.
authorMagnus Hagander <[email protected]>
Tue, 28 Sep 2010 10:11:42 +0000 (10:11 +0000)
committerMagnus Hagander <[email protected]>
Tue, 28 Sep 2010 10:11:42 +0000 (10:11 +0000)
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2746 8f5c7a92-453e-0410-a47f-ad33c8a6b003

portal/template/en/developer/coding.html

index 7516dc09a6b6fa0419bbeade3850f6c916e7c4fc..b737a039fea34aba11c685cedaef2b9472adaf48 100644 (file)
@@ -8,13 +8,11 @@ Coding
 
 <h2>Code access and information</h2>
 <ul>
-    <li><a href="http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/">Web interface to the Source Code Repository</a></li>
-    <li><a href="/docs/current/static/cvs.htm">Information about the Source Code Repository</a></li>
+    <li><a href="http://git.postgresql.org/gitweb?p=postgresql.git">Web interface to the Source Code Repository</a></li>
+    <li><a href="/docs/current/static/git.html">Information about the Source Code Repository</a></li>
     <li><a href="http://doxygen.postgresql.org/">Source Code Browser</a> (Doxygen)</li>
     <li><a href="http://babel.postgresql.org/">Translating</a></li>
     <li><a href="http://wiki.postgresql.org/wiki/Developer_and_Contributor_Resources">Developer Section on wiki.postgresql.org</a></li>
-    <li><a href="http://git.postgresql.org/">Git mirror and hosting site</a></li>
-    <li><a href="http://repo.or.cz/w/PostgreSQL.git">Git mirror of PostgreSQL code base</a> (externally maintained)</li>
 </ul>
 
 <h2>Documentation</h2>