summaryrefslogtreecommitdiffstats
path: root/src/redbook/master-applet.jnlp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-08 08:11:14 +0200
committerSven Gothel <[email protected]>2010-05-08 08:11:14 +0200
commit50dece0a12e22762468b0d4e5d1d121d9ffa267f (patch)
tree6c547494f8056ff1c2f9cc998d45043e8221f7ba /src/redbook/master-applet.jnlp
parent5031cf9cd2431eb5c66904e850e22b598c621b4d (diff)
Fix URLs
Diffstat (limited to 'src/redbook/master-applet.jnlp')
-rw-r--r--src/redbook/master-applet.jnlp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redbook/master-applet.jnlp b/src/redbook/master-applet.jnlp
index 3e49332..ea2cb5e 100644
--- a/src/redbook/master-applet.jnlp
+++ b/src/redbook/master-applet.jnlp
@@ -14,7 +14,7 @@
<!--${JNLP.RESOURCES.MAIN.JAR}-->
<!--${JNLP.RESOURCES.JARS}-->
<!--${JNLP.RESOURCES.EXTENSIONS}-->
- <extension name="jogl-all-awt" href="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-all-awt.jnlp" />
+ <extension name="jogl-all-awt" href="http://jogamp.org/deployment/webstart/jogl-all-awt.jnlp" />
</resources>
<applet-desc main-class="${jnlp.main.class}" name="${APPLICATION.TITLE}"
width="${jnlp.applet.width}" height="${jnlp.applet.height}">