summaryrefslogtreecommitdiff
path: root/doc/sources.list.5.xml
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-08-29 15:09:05 +0200
committerJulian Andres Klode <jak@debian.org>2016-08-29 15:09:05 +0200
commit30749ef1edb33a91401bd7e4da7a4474e7bc2f6a (patch)
tree5c0ec756a065ca6c9bc93dd9bd970798e70d1bd7 /doc/sources.list.5.xml
parentf06a44591db7f78898bd4e8818ceab74cd98e1ac (diff)
Switch documentation from httpredir.d.o to deb.d.o
The CDN service deb.d.o is more reliable than the http redirector, so switch to it for our examples.
Diffstat (limited to 'doc/sources.list.5.xml')
-rw-r--r--doc/sources.list.5.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml
index 8fdc8eedb..9b52a8b9e 100644
--- a/doc/sources.list.5.xml
+++ b/doc/sources.list.5.xml
@@ -441,15 +441,15 @@ Components: main contrib non-free</literallayout>
<para>The first line gets package information for the architectures in <literal>APT::Architectures</literal>
while the second always retrieves <literal>amd64</literal> and <literal>armel</literal>.</para>
- <literallayout>deb http://httpredir.debian.org/debian &debian-stable-codename; main
-deb [ arch=amd64,armel ] http://httpredir.debian.org/debian &debian-stable-codename; main</literallayout>
+ <literallayout>deb http://deb.debian.org/debian &debian-stable-codename; main
+deb [ arch=amd64,armel ] http://deb.debian.org/debian &debian-stable-codename; main</literallayout>
<literallayout>Types: deb
-URIs: http://httpredir.debian.org/debian
+URIs: http://deb.debian.org/debian
Suites: &debian-stable-codename;
Components: main
Types: deb
-URIs: http://httpredir.debian.org/debian
+URIs: http://deb.debian.org/debian
Suites: &debian-stable-codename;
Components: main
Architectures: amd64 armel
@@ -496,14 +496,14 @@ Suites: unstable/binary-$(ARCH)/</literallayout>
<para>Uses HTTP to get binary packages as well as sources from the stable, testing and unstable
suites and the components main and contrib.</para>
- <literallayout>deb http://httpredir.debian.org/debian stable main contrib
-deb-src http://httpredir.debian.org/debian stable main contrib
-deb http://httpredir.debian.org/debian testing main contrib
-deb-src http://httpredir.debian.org/debian testing main contrib
-deb http://httpredir.debian.org/debian unstable main contrib
-deb-src http://httpredir.debian.org/debian unstable main contrib</literallayout>
+ <literallayout>deb http://deb.debian.org/debian stable main contrib
+deb-src http://deb.debian.org/debian stable main contrib
+deb http://deb.debian.org/debian testing main contrib
+deb-src http://deb.debian.org/debian testing main contrib
+deb http://deb.debian.org/debian unstable main contrib
+deb-src http://deb.debian.org/debian unstable main contrib</literallayout>
<literallayout>Types: deb deb-src
-URIs: http://httpredir.debian.org/debian
+URIs: http://deb.debian.org/debian
Suites: stable testing unstable
Components: main contrib
</literallayout>