mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
Clean up the "git" menu item a little
This commit is contained in:
parent
219370160f
commit
0b7253cbda
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
menuSectionHeader ("Developers");
|
||||
menuItemLink ("plans", "/plan.php", "Developer Plans", FALSE);
|
||||
menuItemLink ("devtools", "/devtools.php", "Developer Tools", FALSE);
|
||||
menuItemLink ("cvs", "http://quake.git.sourceforge.net/git/gitweb-index.cgi", "git repository", FALSE);
|
||||
menuItemLink ("cvs", "http://quake.git.sourceforge.net/", "Browse Git Trees", FALSE);
|
||||
menuItemLink ("bugs", "http://sourceforge.net/tracker/?func=browse&group_id=882&atid=100882", "Bug Tracker", FALSE);
|
||||
menuItemLink ("patches", "http://sourceforge.net/tracker/?func=browse&group_id=882&atid=300882", "Patch Manager", FALSE);
|
||||
menuItemLink ("progress", "/progress.php", "Progress", TRUE);
|
||||
|
|
Loading…
Reference in a new issue