Link to git repositories
diff --git a/sources.php b/sources.php
index 917d3c8..da71ddc 100644
--- a/sources.php
+++ b/sources.php
@@ -22,55 +22,9 @@
 	<div id="midcolumn">
 		<h1><?=$pageTitle?></h1>
 <h2>CVS Repository</h2>
-<p>All DLTK development is carried out in this repository:</p>
-<ul>
-<li><code>:pserver:dev.eclipse.org:/cvsroot/technology</code></li>
-<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.dltk/?root=Technology_Project">Web interface</a></li>
-</ul>
-<p>See also Eclipse <a href="http://wiki.eclipse.org/index.php/CVS_Howto">CVS Howto</a>.</p>
+<p>All DLTK development is carried out in <a href="http://git.eclipse.org/c/dltk">these repositories</a>.</p>
+<p>See also <a href="http://wiki.eclipse.org/Git">Eclipse Git page</a>.</p>
 
-<h2>Modules</h2>
-<table class="dltk-sourcecontrol-modules">
-
-<tr>
-<th>Core</th>
-<td><ul>
-<li>/org.eclipse.dltk/core/plugins/*</li>
-</ul></td>
-</tr>
-
-<tr>
-<th>Ruby</th>
-<td><ul>
-<li>/org.eclipse.dltk/ruby/plugins/*</li>
-</ul></td>
-</tr>
-
-<tr>
-<th>Tcl</th>
-<td><ul>
-<li>/org.eclipse.dltk/tcl/plugins/*</li>
-<li>/org.eclipse.dltk/itcl/plugins/*</li>
-<li>/org.eclipse.dltk/xotcl/plugins/*</li>
-</ul></td>
-</tr>
-
-<tr>
-<th>JavaScript</th>
-<td><ul>
-<li>/org.eclipse.dltk/javascript/plugins/*</li>
-</ul></td>
-</tr>
-
-<tr>
-<th>Python</th>
-<td><ul>
-<li>/org.eclipse.dltk/python/plugins/*</li>
-</ul></td>
-</tr>
-
-</table>
- 
 <hr class="clearer" />
 </div>
 <? include("_rightColumn.php"); ?>