diff options
author | Joshua Branson <jbranso@fastmail.com> | 2018-10-31 21:18:59 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-11-02 20:34:37 +0100 |
commit | 25b1a04051c566d6448b5664b14b43e991d0e634 (patch) | |
tree | c44d54a7cb9aed073ad85effacf249044efba100 /microkernel/mach/gnumach/building.mdwn | |
parent | b5c1485ffc6b107f4d29b2d14b1271f1a89a6893 (diff) | |
download | web-25b1a04051c566d6448b5664b14b43e991d0e634.tar.gz web-25b1a04051c566d6448b5664b14b43e991d0e634.tar.bz2 web-25b1a04051c566d6448b5664b14b43e991d0e634.zip |
cgit -> git I added some info on the systemd and Upstart pages. I added some links to other multiserver OSs. some tweaks to the systemd and upstart wiki pages. more info added to the genode OS page. I added a GNU Shepherd page.
Diffstat (limited to 'microkernel/mach/gnumach/building.mdwn')
-rw-r--r-- | microkernel/mach/gnumach/building.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/microkernel/mach/gnumach/building.mdwn b/microkernel/mach/gnumach/building.mdwn index 8a23934b..cf5843ff 100644 --- a/microkernel/mach/gnumach/building.mdwn +++ b/microkernel/mach/gnumach/building.mdwn @@ -19,9 +19,9 @@ enabled) is around 50 MiB. ## Getting the Source Code -You can either use the git repository (see <http://git.savannah.gnu.org/cgit/hurd/>), +You can either use the git repository (see <http://git.savannah.gnu.org/git/hurd/>), - $ git clone http://git.savannah.gnu.org/cgit/hurd/gnumach.git/ + $ git clone https://git.savannah.gnu.org/git/hurd/gnumach.git/ ... or get the Debian sources, if you're using Debian. (See [here](http://packages.debian.net/source/unstable/gnumach).) |