diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html index 21993aa69..90cd159ff 100644 --- a/www/index.html +++ b/www/index.html @@ -4,6 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../../style.css" rel="stylesheet" type="text/css"/> <title>JOGL - Java Binding for the OpenGL API</title> + <link href="../../SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"> </head> <body> <div id="container"> @@ -13,7 +14,7 @@ </div> <div id="menu"> <ul> - <li><a href="http://jogamp.org/">Home</a></li> + <li><a href="../../">Home</a></li> <li><a href="../../gluegen/www/">Gluegen</a></li> <li><a href="../../joal/www/">JOAL</a></li> <li><a href="../../jocl/www/">JOCL</a></li> @@ -44,7 +45,7 @@ </ul> <h3>Presentations</h3> <ul> - <li><a href="http://www.siggraph.org/s2010/for_attendees/birds_feather">TODO: SIGGRAPH 2010</a></li> + <li><a href="../../doc/siggraph2010/jogamp-siggraph2010.pdf">Siggraph 2010</a></li> </ul> <h3>Archive</h3> <ul> @@ -70,7 +71,7 @@ It is part of a suite of open-source technologies initiated by the Game Technology Group at Sun Microsystems. </p> <p> - Please see the <a href="http://jogamp.org/jogl-demos/www">JOGL demos</a> for illustrations of + Please see the <a href="../../jogl-demos/www">JOGL demos</a> for illustrations of advanced OpenGL techniques now possible with the Java platform. </p> @@ -473,7 +474,7 @@ <div id="footer"> <div id="footer_left"> <span>JogAmp.org</span> - by <a href="http://jogamp.org">http://jogamp.org</a> + by <a href="../../">http://jogamp.org</a> is licensed under a <br/> <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 License</a>. </div> |