From 157f0a8ebacfe23ebb51887b7414f225f88554d5 Mon Sep 17 00:00:00 2001 From: sg215889 Date: Thu, 30 Jul 2009 01:50:41 -0700 Subject: Fix web documentation .. --- doc/userguide/index.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'doc/userguide') 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 GlueGen, the source code of +href="http://kenai.com/projects/gluegen/pages/Home/">GlueGen, the source code of which is available from its own java.net project.

@@ -92,11 +92,10 @@ the JSR has not yet been produced.

-Most developers using JOGL will download the most current release -build. Separate instructions are available on how to build -the source tree. +Most developers using JOGL will download the most current +release build. +Separate instructions are available on how to +build the source tree.

@@ -177,7 +176,7 @@ To reference JOGL within your application's JNLP file, simply place the following line in the <resources> section:
-  <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" />
 
This JNLP file points to the current JSR-231 unofficial development @@ -771,7 +770,7 @@ distilled into documentation).

-The JOGL demos provide +The JOGL demos provide several examples of usage of the library.

-- cgit v1.2.3