diff options
-rw-r--r-- | doc/HowToBuild.html | 8 |
1 files changed, 4 insertions, 4 deletions
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> |