Date: Sun, 4 Sep 2022 10:45:11 GMT From: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 6557089b5c - main - Fix temporary the link in main page to FDP Message-ID: <202209041045.284AjBHC095493@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209041045.284AjBHC095493>
