Bug 253072 - Download page for CURRENT/STABLE links to non-existent URLs
Summary: Download page for CURRENT/STABLE links to non-existent URLs
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Website (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Sergio Carlavilla Delgado
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-29 04:49 UTC by Neel Chauhan
Modified: 2021-01-29 17:12 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!