diff options
author | sg215889 <[email protected]> | 2009-07-30 01:50:41 -0700 |
---|---|---|
committer | sg215889 <[email protected]> | 2009-07-30 01:50:41 -0700 |
commit | 157f0a8ebacfe23ebb51887b7414f225f88554d5 (patch) | |
tree | ebe01f2ca6452b6a43b6cd5a8be6acfcd6feef5e /doc/userguide | |
parent | 323d6b56ffc52461240d447de7239379d3e8cc8a (diff) |
Fix web documentation ..
Diffstat (limited to 'doc/userguide')
-rw-r--r-- | doc/userguide/index.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/userguide/index.html b/doc/userguide/index.html index 233f6090a..64047cf8d 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -69,7 +69,7 @@ There are roughly 150 lines of handwritten C code in the entire Jogl source base (100 of which work around bugs in older OpenGL drivers on Windows); the rest of the native code is autogenerated during the build process by a new tool called <a -href="http://gluegen.dev.java.net/">GlueGen</a>, the source code of +href="http://kenai.com/projects/gluegen/pages/Home/">GlueGen</a>, the source code of which is available from its own java.net project. </P> @@ -92,11 +92,10 @@ the JSR has not yet been produced. <P> -Most developers using JOGL will download the most current <a -href="https://jogl.dev.java.net/servlets/ProjectDocumentList">release -build</a>. Separate instructions are available on how to <a -href="https://jogl.dev.java.net/source/browse/*checkout*/jogl/trunk/doc/HowToBuild.html">build -the source tree</a>. +Most developers using JOGL will download the most current +<a href="http://download.java.net/media/jogl/builds/archive/">release build</a>. +Separate instructions are available on how to +<a href="http://download.java.net/media/jogl/doc/HowToBuild.html">build the source tree</a>. </P> @@ -177,7 +176,7 @@ To reference JOGL within your application's JNLP file, simply place the following line in the <code><resources></code> section: <PRE> - <extension name="jogl" href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp" /> + <extension name="jogl" href="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-all-awt.jnlp" /> </PRE> This JNLP file points to the current JSR-231 unofficial development @@ -771,7 +770,7 @@ distilled into documentation). </P> <P> -The <A HREF="http://jogl-demos.dev.java.net/">JOGL demos</A> provide +The <A HREF="http://download.java.net/media/jogl/demos/www/">JOGL demos</A> provide several examples of usage of the library. </P> |