[Bug 254885] link to handbook gives 404
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Jun 2021 20:03:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254885
Danilo G. Baio <dbaio@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dbaio@freebsd.org
Status|Open |Closed
Assignee|doc@FreeBSD.org |dbaio@freebsd.org
Resolution|--- |FIXED
--- Comment #3 from Danilo G. Baio <dbaio@freebsd.org> ---
There are redirects in place for almost all legacy links now.
$ curl -sLI
https://docs.freebsd.org/en_US.ISO8859-1/books/porters-handbook/port-upgrading.html
| egrep 'HTTP|Location'
HTTP/1.1 302 Moved Temporarily
Location: https://docs.freebsd.org/en/books/porters-handbook/upgrading/
HTTP/1.1 200 OK
Thanks for reporting it.
--
You are receiving this mail because:
You are the assignee for the bug.