diff options
author | athomas <[email protected]> | 2003-10-11 06:48:30 +0000 |
---|---|---|
committer | athomas <[email protected]> | 2003-10-11 06:48:30 +0000 |
commit | 06ba223c596730ec3a9bdbdac179b1a3caf794ec (patch) | |
tree | ca7a2403a2551e3e91a269d2067ace0ca4897861 | |
parent | 6975cc0f0c3ada36383c5e2f27c41e02e71aab86 (diff) |
fixed link to forums to eliminate IE bug
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jutils/trunk@18 052365b4-98e0-4bc5-a281-465471b020e0
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 3c838e0..0b60478 100644 --- a/www/index.html +++ b/www/index.html @@ -4,7 +4,7 @@ <MAP NAME="navbar_Map"> <AREA SHAPE="rect" ALT="Wiki" COORDS="340,0,386,43" HREF="http://wiki.java.net/bin/view/Games"> <AREA SHAPE="rect" ALT="Weblogs" COORDS="286,0,339,43" HREF="http://weblogs.java.net/weblogs/project/games"> -<AREA SHAPE="rect" ALT="Forums" COORDS="216,0,285,43" HREF="http://games.dev.java.net/forums"> +<AREA SHAPE="rect" ALT="Forums" COORDS="216,0,285,43" HREF="http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi" target="_top"> <AREA SHAPE="rect" ALT="JavaGames Home" COORDS="91,0,215,43" HREF="http://community.java.net/games"> <AREA SHAPE="rect" ALT="www.java.net" COORDS="1,1,91,44" HREF="http://www.java.net" TARGET="_self"> </MAP> |