diff options
author | Kenneth Russel <[email protected]> | 2005-10-28 05:26:39 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-10-28 05:26:39 +0000 |
commit | 9f52deb1cf604f786ebca7bfcee45f7862e1e60b (patch) | |
tree | 2071f6cd43bc6e5a13f437a6131ffa2b5ae37002 /doc/userguide | |
parent | 0f12db9ef1ec2c04c8878d639566a2a139a4365b (diff) |
Corrected JSR-231 current extension JNLP file
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@409 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'doc/userguide')
-rw-r--r-- | doc/userguide/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/userguide/index.html b/doc/userguide/index.html index 10136bc0f..5f95a866a 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -140,7 +140,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-current/jogl.jnlp" /> + <extension name="jogl" href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp" /> </PRE> This JNLP file points to the current JSR-231 unofficial development |