Bug 253072

Summary: Download page for CURRENT/STABLE links to non-existent URLs
Product: Documentation Reporter: Neel Chauhan <nc>
Component: WebsiteAssignee: Sergio Carlavilla Delgado <carlavilla>
Status: Closed FIXED    
Severity: Affects Many People CC: carlavilla
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Neel Chauhan freebsd_committer freebsd_triage 2021-01-29 04:49:17 UTC
On the "Where" page: https://www.freebsd.org/where/

Go down to "Development Snapshots".

The URLs for the snapshot downloads are like: https://www.freebsd.org/where/{url-snapshot/amd64/amd64/ISO-IMAGES/13.0/

It should be something like: https://download.freebsd.org/ftp/snapshots/amd64/amd64/ISO-IMAGES/13.0/

Also, when the 14.0-CURRENT snapshots are out, we should update the page.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-01-29 17:10:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=61850f5a3552d5744fe128e6a289ab19ef8fd3b9

commit 61850f5a3552d5744fe128e6a289ab19ef8fd3b9
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2021-01-29 17:09:08 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2021-01-29 17:09:08 +0000

    Fix url download links in development snapshots

    PR:             253072
    Submitted by:   nc@

 website/content/en/where.adoc | 124 +++++++++++++++++++++---------------------
 1 file changed, 62 insertions(+), 62 deletions(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2021-01-29 17:12:29 UTC
Fixed. Thanks!