diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2022-09-04 10:44:08 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2022-09-04 10:44:08 +0000 |
| commit | 6557089b5c02563482800a659fed06694d715e5f (patch) | |
| tree | f2fdafa067a72eba82269ca4f8c2632fc7c13356 | |
| parent | fd6b4cab9fec9bcc08d214002c41c8f1e8ff2a43 (diff) | |
| download | doc-6557089b5c02563482800a659fed06694d715e5f.tar.gz doc-6557089b5c02563482800a659fed06694d715e5f.zip | |
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@
| -rw-r--r-- | documentation/themes/beastie/layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
