summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/applettest.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/applettest.html b/www/applettest.html
index a4acb12..3fe3e88 100644
--- a/www/applettest.html
+++ b/www/applettest.html
@@ -21,7 +21,7 @@ the standard Gears demo running as an applet:
<applet code="com.sun.opengl.utils.JOGLAppletLauncher"
width=600
height=400
- codebase="http://download.java.net/jogl/builds/archive/jsr-231-webstart-current"
+ codebase="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current"
archive="jogl.jar,jogl-demos.jar">
<param name="subapplet.classname" VALUE="demos.applets.GearsApplet">
<param name="subapplet.displayname" VALUE="JOGL Gears Applet">
@@ -39,7 +39,7 @@ The applet above is instantiated with the following code:
&lt;applet code="com.sun.opengl.utils.JOGLAppletLauncher"
width=600
height=400
- codebase="http://download.java.net/jogl/builds/archive/jsr-231-webstart-current"
+ codebase="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current"
archive="jogl.jar,jogl-demos.jar"&gt;
&lt;param name="subapplet.classname" VALUE="demos.applets.GearsApplet"&gt;
&lt;param name="subapplet.displayname" VALUE="JOGL Gears Applet"&gt;