From 2a8a0c090b83f151ef25154e75f1175bed5f9a2b Mon Sep 17 00:00:00 2001 From: Xerxes Rånby Date: Fri, 26 Jun 2015 23:40:47 +0200 Subject: doc/manual/index.html www/index.html Fix links. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Xerxes Rånby --- doc/manual/index.html | 8 ++++---- www/index.html | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/manual/index.html b/doc/manual/index.html index 51dec44..d89f626 100755 --- a/doc/manual/index.html +++ b/doc/manual/index.html @@ -280,7 +280,7 @@ supports binding C and C++ libraries to a variety of scripting languages; JNIWrapper, a commercial tool automating the binding of C APIs to Java; and NoodleGlue, + href="http://web.archive.org/web/20070419183658/http://www.noodleglue.org/noodleglue/noodleglue.html">NoodleGlue, a recently-released tool automating the binding of C++ APIs to Java. Other language-specific tools such as Perl's XS, Boost.Python and many others exist. @@ -350,7 +350,7 @@ The source code for GlueGen may be obtained by cloning the Git repository:
-    $git clone git://github.com/mbien/gluegen.git gluegen
+    $git clone --recursive git://jogamp.org/srv/scm/gluegen.git gluegen
                     
To build GlueGen, cd into the gluegen/make folder and invoke ant. @@ -450,8 +450,8 @@ </gluegen> - Please see the JOGL and JOAL build.xml files for + Please see the JOGL and JOAL build.xml files for concrete, though non-trivial, examples of how to invoke GlueGen via Ant. diff --git a/www/index.html b/www/index.html index e627329..b781634 100644 --- a/www/index.html +++ b/www/index.html @@ -53,7 +53,8 @@

GlueGen is currently used for the projects - JOGL, JOCL and + JOGL, + JOCL and JOAL.

-- cgit v1.2.3