Adjust documentation and POM project data to project hosting at Github.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 2ae7f22..6c57e83 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -27,6 +27,12 @@
       <code>coverage</code> Ant task (Trac #213).</li>
 </ul>
 
+<h3>Non-functional Changes</h3>
+<ul>
+  <li>Source tree has been migrated to Git and is now hosted on Github at
+  <a href="https://github.com/jacoco/jacoco">https://github.com/jacoco/jacoco</a>.</li>
+</ul>
+
 <h2>Release 0.5.9 (2012/07/30)</h2>
 
 <h3>Fixed Bugs</h3>
diff --git a/org.jacoco.doc/docroot/doc/environment.html b/org.jacoco.doc/docroot/doc/environment.html
index 8eefa2a..ab5af6a 100644
--- a/org.jacoco.doc/docroot/doc/environment.html
+++ b/org.jacoco.doc/docroot/doc/environment.html
@@ -20,10 +20,8 @@
 
 <p>
   With this version JaCoCo is hosted at
-  <a href="http://www.sourceforge.net/">SourceForge</a> as part of the
-  <a href="http://www.sourceforge.net/projects/eclemma">EclEmma project</a>.
-  This document provides an overview of the local and shared tools used for
-  JaCoCo development.
+  <a href="https://github.com/jacoco/jacoco">Github</a>. This document provides
+  an overview of the local and shared tools used for JaCoCo development.
 </p>
 
 <h3>IDE</h3>
@@ -88,26 +86,24 @@
 <h3>Source Control</h3>
 
 <p>
-  The JaCoCo source code is maintained in a subversion repository at
+  The JaCoCo source code is maintained in a Git repository at
+  <a href="https://github.com/jacoco/jacoco">Github</a> and can be cloned from
 </p>
 
 <pre>
-  https://eclemma.svn.sourceforge.net/svnroot/eclemma/jacoco
+  https://github.com/jacoco/jacoco.git
 </pre>
 
 <p>
-  You will find the latest version as several Eclipse projects in the
-  <code>trunk</code> folder. You might also browse the source code online via our
-  <a href="http://eclemma.svn.sourceforge.net/viewvc/eclemma/jacoco/">ViewVC</a>
-  or <a href="https://sourceforge.net/apps/trac/eclemma/browser/jacoco">Trac</a>
-  web interface.
+  The source tree is organized as a plain list of Eclipse projects that can be
+  imported in a Eclipse workspace.
 </p>
 
-<h3>Planning</h3>
+<h3>Issue Tracking</h3>
 
 <p>
-  A <a href="https://sourceforge.net/apps/trac/eclemma">Trac Instance</a> is
-  used for milestone planning and task tracking.
+  This Github <a href="https://github.com/jacoco/jacoco/issues">issue tracker</a>
+  is for bug and enhancement tracking.
 </p>
 
 <h3>Communication</h3>
@@ -115,7 +111,7 @@
 <p>
   The development team communicates through a mailing list. The list is closed
   for non-developers but the archive is
-  <a href="https://sourceforge.net/mailarchive/forum.php?forum_name=eclemma-jacoco-dev">public</a>.
+  <a href="https://groups.google.com/d/forum/jacoco-dev">public</a>.
   Please use the <a href="support.html">support channels</a> to get in touch
   with the development team.
 </p>
diff --git a/org.jacoco.doc/docroot/doc/support.html b/org.jacoco.doc/docroot/doc/support.html
index 2771430..f2a048a 100644
--- a/org.jacoco.doc/docroot/doc/support.html
+++ b/org.jacoco.doc/docroot/doc/support.html
@@ -19,14 +19,9 @@
 <h1>Support and Feedback</h1>
 
 <p>
-  Please use the EclEmma
-  <a href="http://sourceforge.net/projects/eclemma/forums/forum/614870">help</a>
-  and
-  <a href="http://sourceforge.net/projects/eclemma/forums/forum/614869">open
-  discussion</a> forums for assistance, problem reports or any kind of other
-  feedback. As a result of annoying spam a free
-  <a class="extern" href="http://sourceforge.net/account/registration/">SourceForge
-  account</a> is required for postings.
+  Please use our Google Group
+  <a href="https://groups.google.com/d/forum/jacoco"><i>JaCoCo and EclEmma Users</i></a>
+  to ask questions or discuss feature requests.
 </p>
 
 </div>