mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 06:22:31 +00:00
Update the git links.
This commit is contained in:
parent
83d6e3cca5
commit
2eee4a8cbe
3 changed files with 6 additions and 6 deletions
|
@ -407,7 +407,7 @@
|
|||
<P>The latest code can be retreived from our server, with the following command:
|
||||
<BLOCKQUOTE>
|
||||
<CODE>
|
||||
git clone git://git.quakeforge.net/gitroot/quake/quake2
|
||||
git clone git://git.code.sf.net/p/quake/quakeforge
|
||||
</CODE>
|
||||
</BLOCKQUOTE>
|
||||
<? newsBoxClose (); ?>
|
||||
|
|
|
@ -14,12 +14,12 @@
|
|||
<P>
|
||||
To get just the latest code:
|
||||
<code>
|
||||
git clone --depth 1 git://git.quakeforge.net/gitroot/quake/quakeforge
|
||||
git clone --depth 1 git://git.code.sf.net/p/quake/quakeforge
|
||||
</code>
|
||||
<BR>
|
||||
Or for the full history:
|
||||
<code>
|
||||
git clone git://git.quakeforge.net/gitroot/quake/quakeforge
|
||||
git clone git://git.code.sf.net/p/quake/quakeforge
|
||||
</code>
|
||||
</P>
|
||||
<?
|
||||
|
|
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue