summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/building.mdwn2
-rw-r--r--hurd/dde/guide.mdwn4
-rw-r--r--hurd/translator/cvsfs.mdwn2
-rw-r--r--hurd/translator/nsmux.mdwn4
-rw-r--r--hurd/translator/unionfs.mdwn2
5 files changed, 7 insertions, 7 deletions
diff --git a/hurd/building.mdwn b/hurd/building.mdwn
index 63c33498..ea3213e5 100644
--- a/hurd/building.mdwn
+++ b/hurd/building.mdwn
@@ -36,7 +36,7 @@ package:
You can chose between getting the [sources from the developers's
git](http://savannah.gnu.org/git/?group=hurd):
- $ git clone git://git.sv.gnu.org/hurd/hurd.git
+ $ git clone git://git.savannah.gnu.org/hurd/hurd.git
... or (if you are working on a Debian system) the ones that are used for the
[current Debian hurd package](http://packages.debian.net/source/unstable/hurd):
diff --git a/hurd/dde/guide.mdwn b/hurd/dde/guide.mdwn
index b6cf7753..10a7910b 100644
--- a/hurd/dde/guide.mdwn
+++ b/hurd/dde/guide.mdwn
@@ -74,9 +74,9 @@ Note: here, use dde-debian instead of dde if you have gnumach >=
2:1.3.99.dfsg.git20120219-1 already installed and running. Otherwise you will
get "vm_allocate_contiguous: (ipc/mig) bad request message ID" error messages.
- $ git clone git://git.sv.gnu.org/hurd/incubator.git -b dde hurd
+ $ git clone git://git.savannah.gnu.org/hurd/incubator.git -b dde hurd
- $ git clone git://git.sv.gnu.org/hurd/gnumach.git -b master-user_level_drivers
+ $ git clone git://git.savannah.gnu.org/hurd/gnumach.git -b master-user_level_drivers
Now comes the tricky part:
you need to find out
diff --git a/hurd/translator/cvsfs.mdwn b/hurd/translator/cvsfs.mdwn
index 11c9c01f..9cbe7840 100644
--- a/hurd/translator/cvsfs.mdwn
+++ b/hurd/translator/cvsfs.mdwn
@@ -49,7 +49,7 @@ Happy Hacking.
## References
* <http://www.nongnu.org/hurdextras/>
- * <http://cvs.sv.nongnu.org/viewcvs/*checkout*/cvsfs/README?root=hurdextras>
+ * <http://cvs.savannah.gnu.org/viewcvs/*checkout*/cvsfs/README?root=hurdextras>
### Old version at Berlios
diff --git a/hurd/translator/nsmux.mdwn b/hurd/translator/nsmux.mdwn
index 6b3be79c..bef0ec0b 100644
--- a/hurd/translator/nsmux.mdwn
+++ b/hurd/translator/nsmux.mdwn
@@ -29,14 +29,14 @@ list.
`nsmux` translator can be obtained with the following series of
commands:
- $ git clone git://git.sv.gnu.org/hurd/incubator.git nsmux
+ $ git clone git://git.savannah.gnu.org/hurd/incubator.git nsmux
$ cd nsmux/
$ git checkout -b nsmux origin/nsmux
`filter` translator can be obtained with the following series of
commands:
- $ git clone git://git.sv.gnu.org/hurd/incubator.git filter
+ $ git clone git://git.savannah.gnu.org/hurd/incubator.git filter
$ cd filter/
$ git checkout -b filter origin/filter
diff --git a/hurd/translator/unionfs.mdwn b/hurd/translator/unionfs.mdwn
index 31162c37..ce0a0f0d 100644
--- a/hurd/translator/unionfs.mdwn
+++ b/hurd/translator/unionfs.mdwn
@@ -88,7 +88,7 @@ options of the `unionfs` translator. This implementation resides in
the master-unionmount branch of the unionfs git repository. To
checkout the code, do the following:
- $ git clone git://git.sv.gnu.org/hurd/unionfs.git
+ $ git clone git://git.savannah.gnu.org/hurd/unionfs.git
$ cd unionfs
$ git checkout -b master-unionmount
$ git pull origin master-unionmount