Created attachment 229162 [details] fix website link in news Wrong link was used in the latest FreeBSD news announcing release candidates fpr 12.3. Patch attached to fix it.
(In reply to Rodrigo Osorio from comment #0) Please, use this link instead: https://docs.freebsd.org/en/books/handbook/mirrors/#mirrors-ftp
Created attachment 229181 [details] amended patch fix website link in news As mirrors.html was a redirect to the correct page i mistakenly assumed this was the correct way to go. This is an amended patch who fix only the latest news links, not the previous ones.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=0636d709faeb6b7d1a44882ae33a02015d32774b commit 0636d709faeb6b7d1a44882ae33a02015d32774b Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2021-11-02 01:17:34 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2021-11-02 01:19:06 +0000 website/news: Fix links on the latest entries PR: 259568 website/data/en/news/news.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Committed, thanks!