diff options
| author | Guillem Jover <guillem@debian.org> | 2022-03-20 11:42:36 +0100 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2024-12-28 13:20:51 +0100 |
| commit | bb67ff79e03eec05429fa4d7562813d18080e829 (patch) | |
| tree | 1cb5e160730dd94ca10be2ba9f38608280904e0d /doc | |
| parent | 54cb371c19c71cb4ac319fe7566924303379ce63 (diff) | |
Use deb.debian.org instead of ftp.debian.org URLs
While the ftp.debian.org URLs are still functional in Debian, they
can confuse people as the protocol is mismatched. Using the
deb.debian.org frontend should also generally give generally good
performance regardless of the client location.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/examples/ftp-archive.conf | 8 | ||||
| -rw-r--r-- | doc/guide.dbk | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/examples/ftp-archive.conf b/doc/examples/ftp-archive.conf index 31ffb24c6..0908388ba 100644 --- a/doc/examples/ftp-archive.conf +++ b/doc/examples/ftp-archive.conf @@ -3,9 +3,9 @@ Dir { - ArchiveDir "/srv/ftp.debian.org/ftp/"; - OverrideDir "/srv/ftp.debian.org/scripts/override/"; - CacheDir "/srv/ftp.debian.org/scripts/cache/"; + ArchiveDir "/srv/deb.debian.org/ftp/"; + OverrideDir "/srv/deb.debian.org/scripts/override/"; + CacheDir "/srv/deb.debian.org/scripts/cache/"; }; Default @@ -19,7 +19,7 @@ Default TreeDefault { - Contents::Header "/srv/ftp.debian.org/scripts/masterfiles/Contents.top"; + Contents::Header "/srv/deb.debian.org/scripts/masterfiles/Contents.top"; BinCacheDB "packages-$(ARCH).db"; // These are all defaults and are provided for completeness diff --git a/doc/guide.dbk b/doc/guide.dbk index f65771def..c5e6df257 100644 --- a/doc/guide.dbk +++ b/doc/guide.dbk @@ -224,7 +224,7 @@ use packages on your CD-ROM before downloading from the Internet. For example: file:/mnt/debian, ftp://ftp.example.org/debian, - http://ftp.de.debian.org/debian, + http://deb.debian.org/debian, URL [http://llug.sep.bnl.gov/debian]: |
