Fix broken link to FreeBSD DocProj in docs

Started by James Colemanover 3 years ago4 messageshackers
Jump to latest
#1James Coleman
jtc331@gmail.com

See attached simple patch to fix $SUBJECT; the old link generates a Not Found.

Thanks,
James Coleman

Attachments:

v1-0001-Fix-FreeBSD-DocProj-link.patchapplication/octet-stream; name=v1-0001-Fix-FreeBSD-DocProj-link.patchDownload+1-2
#2Daniel Gustafsson
daniel@yesql.se
In reply to: James Coleman (#1)
Re: Fix broken link to FreeBSD DocProj in docs

On 12 Sep 2022, at 18:13, James Coleman <jtc331@gmail.com> wrote:

See attached simple patch to fix $SUBJECT; the old link generates a Not Found.

According to archive.org the freebsd.org site changed sometime in early 2021
with a 301 redirect to docproj/docproj which then ends up with a 404. I'll
apply this back through v10 to get a working link and will report it to the
FreeBSD web team. Thanks for the fix!

--
Daniel Gustafsson https://vmware.com/

#3Daniel Gustafsson
daniel@yesql.se
In reply to: Daniel Gustafsson (#2)
Re: Fix broken link to FreeBSD DocProj in docs

On 12 Sep 2022, at 20:46, Daniel Gustafsson <daniel@yesql.se> wrote:

On 12 Sep 2022, at 18:13, James Coleman <jtc331@gmail.com> wrote:

See attached simple patch to fix $SUBJECT; the old link generates a Not Found.

According to archive.org the freebsd.org site changed sometime in early 2021
with a 301 redirect to docproj/docproj which then ends up with a 404. I'll
apply this back through v10 to get a working link and will report it to the
FreeBSD web team. Thanks for the fix!

Committed and redirect bug reported to FreeBSD [0]https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266393, thanks!

--
Daniel Gustafsson https://vmware.com/

[0]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266393

#4James Coleman
jtc331@gmail.com
In reply to: Daniel Gustafsson (#3)
Re: Fix broken link to FreeBSD DocProj in docs

On Tue, Sep 13, 2022 at 4:43 AM Daniel Gustafsson <daniel@yesql.se> wrote:

On 12 Sep 2022, at 20:46, Daniel Gustafsson <daniel@yesql.se> wrote:

On 12 Sep 2022, at 18:13, James Coleman <jtc331@gmail.com> wrote:

See attached simple patch to fix $SUBJECT; the old link generates a Not Found.

According to archive.org the freebsd.org site changed sometime in early 2021
with a 301 redirect to docproj/docproj which then ends up with a 404. I'll
apply this back through v10 to get a working link and will report it to the
FreeBSD web team. Thanks for the fix!

Committed and redirect bug reported to FreeBSD [0], thanks!

--
Daniel Gustafsson https://vmware.com/

[0] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266393

Thanks for getting this so quickly!

James Coleman