aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-06-28 14:14:42 +0200
committerSven Gothel <[email protected]>2011-06-28 14:14:42 +0200
commitc9903cf9d4ceda09ec07ef340f8aa3d0a104e23a (patch)
treecd18b58aa487c15ce5d426a560b0ea51f4eaa8de /doc
parent7d21b3e694d716f4b8ce640127001e38cb059981 (diff)
main git source location if jogamp
Diffstat (limited to 'doc')
-rw-r--r--doc/HowToBuild.html8
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>