diff options
author | Sven Gothel <[email protected]> | 2011-07-21 12:36:05 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-21 12:36:05 +0200 |
commit | 0d33c08d880ab035911b0af0c87e1fdf11e7ad60 (patch) | |
tree | c8ef4e0b727749231a62b0508fcc146fefedcd6a /doc | |
parent | c1fb37cdaff46d23717eac402abaea82e2a503f1 (diff) |
fix url: .com -> .org
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HowToBuild.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 3cbbc5027..829005953 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -176,8 +176,8 @@ </ul><br/> It is crucial that you checkout the source code under a common root directory: <pre> - /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 + /home/dude/projects/jogamp> git clone git://jogamp.org/srv/scm/gluegen.git gluegen + /home/dude/projects/jogamp> git clone git://jogamp.org/srv/scm/jogl.git jogl </pre> Now you should have following directory structure: <pre> |