Adjust documentation and POM project data to project hosting at Github.
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>