Bug 265048

Summary: All links to fdp-primer except the English version are broken.
Product: Documentation Reporter: Ruey-Cherng Yu <rcyu>
Component: WebsiteAssignee: Sergio Carlavilla Delgado <carlavilla>
Status: Closed FIXED    
Severity: Affects Some People CC: lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ruey-Cherng Yu freebsd_committer freebsd_triage 2022-07-05 13:17:18 UTC
All links to fdp-primer (de, fr, ja, zh-cn and zh-tw version) except the English version are broken.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-09-04 10:46:02 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=6557089b5c02563482800a659fed06694d715e5f

commit 6557089b5c02563482800a659fed06694d715e5f
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2022-09-04 10:44:08 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-09-04 10:44:08 +0000

    Fix temporary the link in main page to FDP

    Right now the FDP book is only translated in English.
    As a temporary fix, point directly to this book in all of the
    other languages

    PR:             265048
    Submitted by:   rcyu@

 documentation/themes/beastie/layouts/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2022-09-04 10:47:22 UTC
Fix temporary the link in main page to FDP.
When other languages add the FDP we can think about a final fix to this.