git: 6557089b5c - main - Fix temporary the link in main page to FDP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 10:45:11 UTC
The branch main has been updated by carlavilla: 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(-) diff --git a/documentation/themes/beastie/layouts/index.html b/documentation/themes/beastie/layouts/index.html index 2a4dc2cde1..ac491fa7cd 100644 --- a/documentation/themes/beastie/layouts/index.html +++ b/documentation/themes/beastie/layouts/index.html @@ -42,7 +42,7 @@ </a> </div> <div class="card"> - <a href={{ "books/fdp-primer/" | absLangURL }}> + <a href="https://docs.FreeBSD.org/en/books/fdp-primer/"> <h5>{{ i18n "fdp" }}</h5> <p>{{ i18n "fdp-desc" }}</p> </a>