diff options
author | Michael Bien <[email protected]> | 2010-09-25 18:21:27 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-09-25 18:21:27 +0200 |
commit | 876c9c41ca098b3b86e61c0fd5ae1cfa8cabfd70 (patch) | |
tree | 7baed11cd38953b7b4cc3f25da928e876786e9dd /index.html | |
parent | 64be4307d6368a49b01f8aa829c02f3b7f752311 (diff) |
wiki doesn't like slashes on the end of the url
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ <h3>Community</h3> <ul> <li><a href="forum.html">Forum/Mailing Lists</a></li> - <li><a href="wiki/index.php/Chatroom/">XMPP chatroom</a></li> + <li><a href="wiki/index.php/Chatroom">XMPP chatroom</a></li> <li><a href="stream/" title="videos of projects">Streams</a></li> <li><a href="blog/" title="aggregated blogposts">Blogs</a></li> </ul> @@ -90,7 +90,7 @@ <li> <a href="jogl/doc/bouml/html-svg/">OpenGL Profile Model (UML)</a></li> <li> How To Build [<a href="jogl/doc/HowToBuild.html">JOGL</a>, <a href="jocl/doc/HowToBuild.html">JOCL</a>]</li> - <li> <a href="wiki/index.php/How_to_Contribute/">How To Contribute</a></li> + <li> <a href="wiki/index.php/How_to_Contribute">How To Contribute</a></li> <li> API Docs [<a href="deployment/gluegen-next/javadoc/">GlueGen</a>, <a href="deployment/jogl-next/javadoc_public/">JOGL</a>, |