aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2022-09-04 10:44:08 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2022-09-04 10:44:08 +0000
commit6557089b5c02563482800a659fed06694d715e5f (patch)
treef2fdafa067a72eba82269ca4f8c2632fc7c13356
parentfd6b4cab9fec9bcc08d214002c41c8f1e8ff2a43 (diff)
downloaddoc-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.html2
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>