aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/deployment/JOGL-DEPLOYMENT.html2
-rw-r--r--doc/userguide/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/deployment/JOGL-DEPLOYMENT.html b/doc/deployment/JOGL-DEPLOYMENT.html
index d4916a2ba..da7bb24b4 100644
--- a/doc/deployment/JOGL-DEPLOYMENT.html
+++ b/doc/deployment/JOGL-DEPLOYMENT.html
@@ -28,7 +28,7 @@
<div id="main">
<div id="text" class="fill">
- <h1><a name="TraditionalApplets">Traditional Applets</a></h1>
+ <h1><a name="NApplets">New Applets</a></h1>
<p>
You may choose to use traditional <a href="http://java.sun.com/applets/">Java Applets</a> to deploy your
diff --git a/doc/userguide/index.html b/doc/userguide/index.html
index f90a260c0..8b3a510e6 100644
--- a/doc/userguide/index.html
+++ b/doc/userguide/index.html
@@ -213,7 +213,7 @@ libraries required to use JOGL
without relying on the Java
library path or any platform-dependent environment variable allowing to set the location
of native libraries. This allows desktop applications as well as traditional Applets
-<a href="../deployment/JOGL-DEPLOYMENT.html#TraditionalApplets">as traditional Applets</a>
+<a href="../deployment/JOGL-DEPLOYMENT.html#NApplets">as NApplets</a>
to utilize the native library JAR files the same way Webstart/JNLP does.
</p>