diff --git a/files.php b/files.php
index 0e1b56b..79d4c35 100644
--- a/files.php
+++ b/files.php
@@ -407,7 +407,7 @@
The latest code can be retreived from our server, with the following command:
- git clone git://git.quakeforge.net/gitroot/quake/quake2
+ git clone git://git.code.sf.net/p/quake/quakeforge
newsBoxClose (); ?>
diff --git a/index.php b/index.php
index 7831af6..7260642 100644
--- a/index.php
+++ b/index.php
@@ -14,12 +14,12 @@
To get just the latest code:
- git clone --depth 1 git://git.quakeforge.net/gitroot/quake/quakeforge
+ git clone --depth 1 git://git.code.sf.net/p/quake/quakeforge
Or for the full history:
- git clone git://git.quakeforge.net/gitroot/quake/quakeforge
+ git clone git://git.code.sf.net/p/quake/quakeforge
diff --git a/parts/menu.inc b/parts/menu.inc
index 5a48bfe..40ef9eb 100644
--- a/parts/menu.inc
+++ b/parts/menu.inc
@@ -66,9 +66,9 @@
menuSectionHeader ("Developers");
menuItemLink ("plans", "/plan.php", "Developer Plans", FALSE);
menuItemLink ("devtools", "/devtools.php", "Developer Tools", 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 ("cvs", "https://sourceforge.net/p/quake/_list/git?source=navbar", "Browse Git Trees", FALSE);
+ menuItemLink ("bugs", "https://sourceforge.net/p/quake/bugs/", "Bug Tracker", FALSE);
+ menuItemLink ("patches", "https://sourceforge.net/p/quake/patches/", "Patch Manager", FALSE);
menuItemLink ("progress", "/progress.php", "Progress", TRUE);
menuSectionFooter ();