diff options
author | athomas <[email protected]> | 2003-10-11 06:46:09 +0000 |
---|---|---|
committer | athomas <[email protected]> | 2003-10-11 06:46:09 +0000 |
commit | 9ddf7d0e2a26650b94566c42f97b7c8ac32466ed (patch) | |
tree | f259a4c8ec6897340610d3db0cff436af952f3d1 | |
parent | f73d0b8719fe82e2e362685ae8c8451fa48572dd (diff) |
fixed link to forums to eliminate IE bug
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@54 e343933a-64c8-49c5-92b1-88f2ce3e89e8
-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 4a8e4e3..4db28e0 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> |