diff options
author | athomas <[email protected]> | 2003-06-28 03:14:15 +0000 |
---|---|---|
committer | athomas <[email protected]> | 2003-06-28 03:14:15 +0000 |
commit | 0fb94dc29c28cb99a12c2f978864807ec262490a (patch) | |
tree | 21e6e9ef9a14a97df909d0bf82035e89b1c0e7c2 | |
parent | 04efc0b731340962a6991ecbd86f42fdc303f212 (diff) |
initial checkin
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@4 235fdd13-0e8c-4fed-b5ee-0a390d04b286
-rw-r--r-- | www/devmaster/lesson1.htm | 3 | ||||
-rw-r--r-- | www/index.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/devmaster/lesson1.htm b/www/devmaster/lesson1.htm index 66f5dcb..56b66ff 100644 --- a/www/devmaster/lesson1.htm +++ b/www/devmaster/lesson1.htm @@ -243,6 +243,7 @@ sample. Pressing 'q' will exit the program.</p> <p>Well there it is. Your first delve into OpenAL. I hope it was made simple enough for you. It may have been a little too simple for the 1337 h4X0r, but we all got to start somewhere. Things will get more advanced as we go along.</p> -<p> Download the Java Source and Ant Build File</p> +<p> <a href="http://joal-demos.dev.java.net/files/documents/534/256/lesson1.zip">Download + the Java Source and Ant Build File</a></p> </body> </html> diff --git a/www/index.html b/www/index.html index f5be7cf..221f84b 100644 --- a/www/index.html +++ b/www/index.html @@ -94,7 +94,7 @@ <td valign="top" bgcolor="#FFFFFF"><ul> <li> OpenAL Tutorials (<a href="http://www.devmaster.net">www.devmaster.net</a>) <ul> - <li><a href="devmaster/lesson1.htm">lesson1</a>: Simple + <li><a href="devmaster/lesson1.htm">lesson1</a>: Single Static Sound</li> </ul> </li> |