From 6ba3277ef406cd00f57a47bb5cf222e966fcfa0a Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Sun, 17 Feb 2002 11:03:26 +0000 Subject: [PATCH] lose the SotC, move the bugs link. --- parts/menu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/menu.php b/parts/menu.php index 25ded02..949b997 100644 --- a/parts/menu.php +++ b/parts/menu.php @@ -41,7 +41,7 @@ menuItemLink ("docs", "/documentation.php", "Documentation"); menuItemLink ("shots", "/screenshots.php", "Screenshots"); menuItemLink ("files", "/files.php", "Downloads"); - menuItemLink ("bugs", "http://sourceforge.net/bugs/?group_id=882", "Bug Reports"); + menuItemLink ("bugs", "/bugs/", "Bug Reports"); menuItemLink ("lists", "/lists/", "Mailing Lists"); // menuItemLink ("board", "/board/", "Web Forum"); menuSectionFooter (); @@ -54,7 +54,7 @@ menuItemLink ("devtools", "/devtools.php", "Developer Tools"); menuItemLink ("plans", "/plans.php", "Developer Plans"); menuItemLink ("progress", "/progress.php", "Progress"); - menuItemLink ("sotc", "/sotc/", "State of the Code"); +// menuItemLink ("sotc", "/sotc/", "State of the Code"); // menuItemLink ("research", "/research/", "Research Center"); // menuItemLink ("patches", "http://sourceforge.net/patch/?group_id=882", "Patch Manager"); // menuItemLink ("support", "http://sourceforge.net/support/?group_id=882", "Support Manager");