aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual
diff options
context:
space:
mode:
authorXerxes Rånby <[email protected]>2015-06-26 23:40:47 +0200
committerXerxes Rånby <[email protected]>2015-06-26 23:40:47 +0200
commit2a8a0c090b83f151ef25154e75f1175bed5f9a2b (patch)
tree0a45aa1d098ad013b85188fb89fc2e6a6a9beb07 /doc/manual
parent658d5837d7db96387976a5848b51a7ca651bee66 (diff)
doc/manual/index.html www/index.html Fix links.
Signed-off-by: Xerxes Rånby <[email protected]>
Diffstat (limited to 'doc/manual')
-rwxr-xr-xdoc/manual/index.html8
1 files changed, 4 insertions, 4 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; <a href="http://www.jniwrapper.com/">JNIWrapper</a>, a
commercial tool automating the binding of C APIs to Java; and <a
- href="http://www.noodleglue.org/noodleglue/noodleglue.html">NoodleGlue</a>,
+ href="http://web.archive.org/web/20070419183658/http://www.noodleglue.org/noodleglue/noodleglue.html">NoodleGlue</a>,
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:
<pre>
- $git clone git://github.com/mbien/gluegen.git gluegen
+ $git clone --recursive git://jogamp.org/srv/scm/gluegen.git gluegen
</pre>
To build GlueGen, cd into the gluegen/make folder and invoke ant.
@@ -450,8 +450,8 @@
&lt;/gluegen&gt;
</pre>
- Please see the <a href="http://jogl.dev.java.net/">JOGL</a> and <a
- href="http://joal.dev.java.net/">JOAL</a> build.xml files for
+ Please see the <a href="http://jogamp.org/jogl/">JOGL</a> and <a
+ href="http://jogamp.org/joal/">JOAL</a> build.xml files for
concrete, though non-trivial, examples of how to invoke GlueGen via
Ant.