From c9903cf9d4ceda09ec07ef340f8aa3d0a104e23a Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Tue, 28 Jun 2011 14:14:42 +0200
Subject: main git source location if jogamp

---
 doc/HowToBuild.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'doc/HowToBuild.html')

diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html
index 6097c5785..3cbbc5027 100644
--- a/doc/HowToBuild.html
+++ b/doc/HowToBuild.html
@@ -171,13 +171,13 @@
                     <ol>
                         <li><b>Optain the source code</b> using git:
                             <ul>
-                                <li><a href="http://github.com/sgothel/gluegen">Gluegen Dev GIT Repo</a></li>
-                                <li><a href="http://github.com/sgothel/jogl">JOGL Dev GIT Repo</a></li>
+                                <li><a href="http://jogamp.org/git/?p=gluegen.git">Gluegen Dev GIT Repo</a></li>
+                                <li><a href="http://jogamp.org/git/?p=jogl.git">JOGL Dev GIT Repo</a></li>
                             </ul><br/>
                             It is crucial that you checkout the source code under a common root directory:
                             <pre>
-    /home/dude/projects/jogamp> git clone git://github.com/sgothel/gluegen.git  gluegen
-    /home/dude/projects/jogamp> git clone git://github.com/sgothel/jogl.git jogl
+    /home/dude/projects/jogamp> git clone git://jogamp.com/srv/scm/gluegen.git gluegen
+    /home/dude/projects/jogamp> git clone git://jogamp.com/srv/scm/jogl.git jogl
                             </pre>
                             Now you should have following directory structure:
                             <pre>
-- 
cgit v1.2.3