From 0d33c08d880ab035911b0af0c87e1fdf11e7ad60 Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Thu, 21 Jul 2011 12:36:05 +0200 Subject: fix url: .com -> .org --- doc/HowToBuild.html | 4 ++-- 1 file 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> -- cgit v1.2.3