diff options
author | Sven Gothel <[email protected]> | 2010-05-08 07:25:47 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-08 07:25:47 +0200 |
commit | 5031cf9cd2431eb5c66904e850e22b598c621b4d (patch) | |
tree | c57b4c8573a3d4874b72ed796bfee202316ff257 | |
parent | f7ca56fab9937ab606a107a142963e13052b25e0 (diff) |
Fix applet-launcher URLs
-rw-r--r-- | www/applettest-jnlp.html | 4 | ||||
-rw-r--r-- | www/applettest-joal.html | 4 | ||||
-rw-r--r-- | www/applettest.html | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/applettest-jnlp.html b/www/applettest-jnlp.html index a505f23..b9fe8db 100644 --- a/www/applettest-jnlp.html +++ b/www/applettest-jnlp.html @@ -8,7 +8,7 @@ <P> In case your <a href="https://jdk6.dev.java.net/plugin2/jnlp/">Java Plugin supports JNLP</a>, the <em>applet-gears.jnlp</em> is used, -otherwise it shall fallback to <a href="http://applet-launcher.dev.java.net">JNLPAppletLauncher</a>. +otherwise it shall fallback to <a href="http://jogamp.org/applet-launcher/www/">JNLPAppletLauncher</a>. </P> <P> @@ -112,7 +112,7 @@ JOGL and is the only certificate the end user must accept. </P> <P> -The <a href="http://applet-launcher.dev.java.net">JNLPAppletLauncher +The <a href="http://jogamp.org/applet-launcher/www/">JNLPAppletLauncher home page</a> contains more information about what files must be placed on the web server in order to enable the deployment of applets using JOGL and other extensions. diff --git a/www/applettest-joal.html b/www/applettest-joal.html index 2108b84..41e8b40 100644 --- a/www/applettest-joal.html +++ b/www/applettest-joal.html @@ -8,7 +8,7 @@ <P> The new <a -href="http://applet-launcher.dev.java.net">JNLPAppletLauncher</a> +href="http://jogamp.org/applet-launcher/www/">JNLPAppletLauncher</a> supports deployment of high-end applets using arbitrary extensions such as JOGL for 3D graphics and JOAL for spatialized audio. The user's applet does not have to be signed, and no manual installation @@ -91,7 +91,7 @@ certificate the end user must accept. </P> <P> -The <a href="http://applet-launcher.dev.java.net">JNLPAppletLauncher +The <a href="http://jogamp.org/applet-launcher/www/">JNLPAppletLauncher home page</a> contains more information about what files must be placed on the web server in order to enable the deployment of applets using JOGL and other extensions. diff --git a/www/applettest.html b/www/applettest.html index a49a709..c778e03 100644 --- a/www/applettest.html +++ b/www/applettest.html @@ -8,7 +8,7 @@ <P> The new <a -href="http://applet-launcher.dev.java.net">JNLPAppletLauncher</a> +href="http://jogamp.org/applet-launcher/www/">JNLPAppletLauncher</a> enables the creation and deployment of applets using 3D graphics via OpenGL without requiring the applet to be signed or performing any manual installation of software on users' computers. It has been @@ -76,7 +76,7 @@ JOGL and is the only certificate the end user must accept. </P> <P> -The <a href="http://applet-launcher.dev.java.net">JNLPAppletLauncher +The <a href="http://jogamp.org/applet-launcher/www/">JNLPAppletLauncher home page</a> contains more information about what files must be placed on the web server in order to enable the deployment of applets using JOGL and other extensions. |