diff options
author | Sven Gothel <[email protected]> | 2011-06-28 23:28:17 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-06-28 23:28:17 +0200 |
commit | b8e6d6c956920988236a2c17c6055b17a89e05dd (patch) | |
tree | 92c78434587feff00595a749554197c43c112a4a /doc/HowToBuild.html | |
parent | 1f3e8116ed3b18e1fbcf4382c3c5e40c825603ba (diff) |
Doc: Fix git url
Diffstat (limited to 'doc/HowToBuild.html')
-rw-r--r-- | doc/HowToBuild.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 95c2bfac..2ae6f4cc 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -101,7 +101,7 @@ It is important that you checkout the source project side by side to its dependencies: <pre> - /home/dude/projects/jogamp> git clone git://jogamp.com/srv/scm/jocl.git jocl + /home/dude/projects/jogamp> git clone git://jogamp.org/srv/scm/jocl.git jocl </pre> Now you should have following directory structure: <pre> |