mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 22:42:57 +00:00
lose the SotC, move the bugs link.
This commit is contained in:
parent
bca1559500
commit
6ba3277ef4
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
menuItemLink ("docs", "/documentation.php", "Documentation");
|
menuItemLink ("docs", "/documentation.php", "Documentation");
|
||||||
menuItemLink ("shots", "/screenshots.php", "Screenshots");
|
menuItemLink ("shots", "/screenshots.php", "Screenshots");
|
||||||
menuItemLink ("files", "/files.php", "Downloads");
|
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 ("lists", "/lists/", "Mailing Lists");
|
||||||
// menuItemLink ("board", "/board/", "Web Forum");
|
// menuItemLink ("board", "/board/", "Web Forum");
|
||||||
menuSectionFooter ();
|
menuSectionFooter ();
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
menuItemLink ("devtools", "/devtools.php", "Developer Tools");
|
menuItemLink ("devtools", "/devtools.php", "Developer Tools");
|
||||||
menuItemLink ("plans", "/plans.php", "Developer Plans");
|
menuItemLink ("plans", "/plans.php", "Developer Plans");
|
||||||
menuItemLink ("progress", "/progress.php", "Progress");
|
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 ("research", "/research/", "Research Center");
|
||||||
// menuItemLink ("patches", "http://sourceforge.net/patch/?group_id=882", "Patch Manager");
|
// menuItemLink ("patches", "http://sourceforge.net/patch/?group_id=882", "Patch Manager");
|
||||||
// menuItemLink ("support", "http://sourceforge.net/support/?group_id=882", "Support Manager");
|
// menuItemLink ("support", "http://sourceforge.net/support/?group_id=882", "Support Manager");
|
||||||
|
|
Loading…
Reference in a new issue