git: 9a0413840f - main - website/releng: Use HTTP URL for ftp-archive
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Sep 2024 17:29:19 UTC
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/doc/commit/?id=9a0413840f266964ba36ccac33be5288de8ec7f1 commit 9a0413840f266964ba36ccac33be5288de8ec7f1 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-09-09 17:27:20 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-09-09 17:29:15 +0000 website/releng: Use HTTP URL for ftp-archive Many web browers don't support FTP any more. Suggested by: wosch PR: 281389 --- website/content/en/releng/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/releng/_index.adoc b/website/content/en/releng/_index.adoc index f5325f0fe9..cf7ce125d2 100644 --- a/website/content/en/releng/_index.adoc +++ b/website/content/en/releng/_index.adoc @@ -94,6 +94,6 @@ The third party packages in the Ports Collection are managed by the pkgmgr@ team [[old]] == Old Releases -The FreeBSD Project does not maintain a complete archive of old release ISO images, but many of them are available at ftp://ftp-archive.FreeBSD.org/pub/FreeBSD-Archive/old-releases/. +The FreeBSD Project does not maintain a complete archive of old release ISO images, but many of them are available at http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/. Older releases that are no longer present on any FTP mirror might still be available from CD-ROM vendors.