diff options
author | crupest <crupest@crupest.life> | 2024-11-02 21:58:44 +0800 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-03 14:57:52 +0100 |
commit | 0823080fe156dc58df2fa26422349627e3b0e90b (patch) | |
tree | 69f7de6f2a42bc29f922b87e3e77870e73a04efe /contributing.mdwn | |
parent | 55faa7142268f0fa13ef286270e382753463268a (diff) | |
download | web-0823080fe156dc58df2fa26422349627e3b0e90b.tar.gz web-0823080fe156dc58df2fa26422349627e3b0e90b.tar.bz2 web-0823080fe156dc58df2fa26422349627e3b0e90b.zip |
sv.{gnu,nongnu}.org -> savannah.{gnu,nongnu}.org
This a very trivial change. The former is just an alias of latter.
But for new users and contributors like me, it sometimes confuses
them what the difference is between the two ones. Is one old and the
other new? Or something confusing else. So this patch helps them
save some time.
Signed-off-by: Yuqian Yang <crupest@crupest.life>
Message-ID: <8690a9c5-1da4-4adc-92b9-fd8f8dab2c88@crupest.life>
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 54c89a9e..ed6327d9 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -229,9 +229,9 @@ After you have a Hurd vm set up and running: * `apt update` * `apt install -y git mercurial emacs vim` * `apt build-dep -y hurd gnumach` -* `git clone git://git.sv.gnu.org/hurd/hurd.git` -* `git clone git://git.sv.gnu.org/hurd/gnumach.git` -* `git clone git://git.sv.gnu.org/hurd/incubator.git` +* `git clone git://git.savannah.gnu.org/hurd/hurd.git` +* `git clone git://git.savannah.gnu.org/hurd/gnumach.git` +* `git clone git://git.savannah.gnu.org/hurd/incubator.git` * You can connect through ssh with `ssh root@localhost -p 2222` * Optionally if you connect to the Hurd running on another local machine, then you might want to set up the |