summaryrefslogtreecommitdiffstats
path: root/www/devmaster/lesson5.html
diff options
context:
space:
mode:
authorXerxes Rånby <[email protected]>2013-07-05 17:32:12 +0200
committerXerxes Rånby <[email protected]>2013-07-05 17:32:12 +0200
commit2c621756ec89449f3e469cddf9341d814a59f0a5 (patch)
tree80cbfe124faee8196e078004350b1f082c180b7f /www/devmaster/lesson5.html
parent8571a2f3c4d4855183971af52b0c15ae19c56405 (diff)
www/devmaster/lesson*.html: Fix relative jnlp links.
Signed-off-by: Xerxes Rånby <[email protected]>
Diffstat (limited to 'www/devmaster/lesson5.html')
-rw-r--r--www/devmaster/lesson5.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/devmaster/lesson5.html b/www/devmaster/lesson5.html
index 4dcaac4..9d65a0f 100644
--- a/www/devmaster/lesson5.html
+++ b/www/devmaster/lesson5.html
@@ -24,7 +24,7 @@ OpenAL Tutorials from DevMaster.net. Reprinted with Permission.<br>
</a>Adapted For Java By: <a href="[email protected]">Athomas
Goldberg </a></p>
-<p><a href="../../../joal/www/jnlp-files/joal-lesson5.jnlp">Launch the Demo via Java Web Start</a></p>
+<p><a href="../../../deployment/jogamp-current/joal-demos/jnlp-files/joal-lesson5.jnlp">Launch the Demo via Java Web Start</a></p>
<p align="justify">At this point in the OpenAL series I will show one method of
having your buffers be shared among many sources. This is a very logical and