Bug 259568 - Latest freeBSD news point to the wrong mirrors link
Summary: Latest freeBSD news point to the wrong mirrors link
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Website (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Danilo G. Baio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-31 09:03 UTC by Rodrigo Osorio
Modified: 2021-11-02 01:21 UTC (History)
2 users (show)

See Also:


Attachments
fix website link in news (2.02 KB, patch)
2021-10-31 09:03 UTC, Rodrigo Osorio
no flags Details | Diff
amended patch fix website link in news (2.02 KB, patch)
2021-10-31 22:59 UTC, Rodrigo Osorio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo Osorio freebsd_committer freebsd_triage 2021-10-31 09:03:15 UTC
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.
Comment 1 Danilo G. Baio freebsd_committer freebsd_triage 2021-10-31 13:06:58 UTC
(In reply to Rodrigo Osorio from comment #0)

Please, use this link instead:

https://docs.freebsd.org/en/books/handbook/mirrors/#mirrors-ftp
Comment 2 Rodrigo Osorio freebsd_committer freebsd_triage 2021-10-31 22:59:27 UTC
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.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-11-02 01:21:00 UTC
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(-)
Comment 4 Danilo G. Baio freebsd_committer freebsd_triage 2021-11-02 01:21:23 UTC
Committed, thanks!