From 2a8a0c090b83f151ef25154e75f1175bed5f9a2b Mon Sep 17 00:00:00 2001
From: Xerxes Rånby <xerxes@gudinna.com>
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 <xerxes@gudinna.com>
---
 doc/manual/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'doc')

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.
 
-- 
cgit v1.2.3