Bug 253013

Summary: Broken links on https://docs-dev.freebsd.org/en/books/
Product: Documentation Reporter: Ardavast Dayleryan <ardavast>
Component: Books & ArticlesAssignee: Sergio Carlavilla Delgado <carlavilla>
Status: Closed FIXED    
Severity: Affects Only Me CC: carlavilla
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ardavast Dayleryan 2021-01-26 11:07:24 UTC
The links point to books/books/ instead of books/
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-01-26 12:07:17 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=4dba695e5d4bca99d1d409c867aa85e2953e7aa2

commit 4dba695e5d4bca99d1d409c867aa85e2953e7aa2
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2021-01-26 12:02:54 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2021-01-26 12:02:54 +0000

    Use Hugo's relLangURL filter to fix relative URLs in list shortdocs

    Submitted by:   allanjude@
    PR:             253013
    Review:         https://reviews.freebsd.org/D28344

 .../themes/beastie/layouts/shortcodes/list-articles-directories.html    | 2 +-
 .../themes/beastie/layouts/shortcodes/list-books-directories.html       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2021-01-27 20:04:12 UTC
Fixed. Thanks for the report.