Thread

Commits

  1. doc: Fix link to FreeBSD documentation project

  1. Fix broken link to FreeBSD DocProj in docs

    James Coleman <jtc331@gmail.com> — 2022-09-12T16:13:27Z

    See attached simple patch to fix $SUBJECT; the old link generates a Not Found.
    
    Thanks,
    James Coleman
    
  2. Re: Fix broken link to FreeBSD DocProj in docs

    Daniel Gustafsson <daniel@yesql.se> — 2022-09-12T18:46:47Z

    > 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/
    
    
    
    
    
  3. Re: Fix broken link to FreeBSD DocProj in docs

    Daniel Gustafsson <daniel@yesql.se> — 2022-09-13T08:43:22Z

    > 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
    
    
    
    
    
  4. Re: Fix broken link to FreeBSD DocProj in docs

    James Coleman <jtc331@gmail.com> — 2022-09-13T11:36:12Z

    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