summaryrefslogtreecommitdiff
path: root/doc/sources.list.5.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sources.list.5.xml')
-rw-r--r--doc/sources.list.5.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml
index 5d27ae005..23adacefe 100644
--- a/doc/sources.list.5.xml
+++ b/doc/sources.list.5.xml
@@ -553,21 +553,21 @@ URIs: http://archive.debian.org/debian-archive
Suites: hamm
Components: main</literallayout>
- <para>Uses FTP to access the archive at ftp.example.org, under the debian
+ <para>Uses HTTPS to access the archive at deb.debian.org, under the debian
directory, and uses only the &debian-stable-codename;/contrib area.</para>
- <literallayout>deb ftp://ftp.example.org/debian &debian-stable-codename; contrib</literallayout>
+ <literallayout>deb https://deb.debian.org/debian &debian-stable-codename; contrib</literallayout>
<literallayout>Types: deb
-URIs: ftp://ftp.example.org/debian
+URIs: https://deb.debian.org/debian
Suites: &debian-stable-codename;
Components: contrib</literallayout>
- <para>Uses FTP to access the archive at ftp.example.org, under the debian
+ <para>Uses HTTPS to access the archive at deb.debian.org, under the debian
directory, and uses only the unstable/contrib area. If this line appears as
well as the one in the previous example in <filename>sources.list</filename>
- a single FTP session will be used for both resource lines.</para>
- <literallayout>deb ftp://ftp.example.org/debian unstable contrib</literallayout>
+ a single HTTPS session will be used for both resource lines.</para>
+ <literallayout>deb https://deb.debian.org/debian unstable contrib</literallayout>
<literallayout>Types: deb
-URIs: ftp://ftp.example.org/debian
+URIs: https://deb.debian.org/debian
Suites: unstable
Components: contrib</literallayout>