diff options
author | Kenneth Russel <[email protected]> | 2003-08-04 02:36:32 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-08-04 02:36:32 +0000 |
commit | e6b95d2fbd93bb3b88c523a4d564c06c3eb78631 (patch) | |
tree | 1e0fcd389ef00b167b70eafec20f71630d81aaa7 /www/index.html | |
parent | 5cc5d7e363b3fbcd145198573ec333636babe36b (diff) |
Attempted fix to jogl and Gears JNLP files after java.net transition to https
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@18 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 28f485f..f9c4e44 100644 --- a/www/index.html +++ b/www/index.html @@ -579,7 +579,7 @@ Mac OS X) </td> </tr> <tr> <td width="25%"> <a - href="http://jogl-demos.dev.java.net/webstart/GearsTmp.jnlp"> <img + href="https://jogl-demos.dev.java.net/webstart/GearsTmp.jnlp"> <img src="gears_sm.jpg" width="160" height="163" alt="Launch Gears demo"> </a> </td> <td width="45%">Classic OpenGL demo. Original source code |