git: 5c581d71c7 - main - website: Fix contributing article footer link
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 May 2026 13:24:24 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/doc/commit/?id=5c581d71c71a12c6412448ebc2e4f90f7b9f8b56
commit 5c581d71c71a12c6412448ebc2e4f90f7b9f8b56
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-05-20 13:20:28 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-05-20 13:20:35 +0000
website: Fix contributing article footer link
Unconditionally send the website footer link to the contributing article
to the english version, as a stopgap to fix the 404. This link needs to
preserve the language.
Reported by: debg
Reviewed by: carlavilla
Differential Revision: https://reviews.freebsd.org/D57064
---
website/themes/beastie/layouts/_partials/site-footer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/themes/beastie/layouts/_partials/site-footer.html b/website/themes/beastie/layouts/_partials/site-footer.html
index 040f31474b..b41023e569 100755
--- a/website/themes/beastie/layouts/_partials/site-footer.html
+++ b/website/themes/beastie/layouts/_partials/site-footer.html
@@ -59,7 +59,7 @@
<h3 class="column-title">{{ i18n "f-community" }}</h3>
<ul class="column-elements-container">
<li>
- <a href={{ "articles/contributing" | relLangURL }} class="column-element">{{ i18n "f-get-involved" }}</a>
+ <a href={{ "https://docs.freebsd.org/en/articles/contributing" | relLangURL }} class="column-element">{{ i18n "f-get-involved" }}</a>
</li>
<li>
<a href="https://forums.freebsd.org/" target="_blank" class="column-element">{{ i18n "f-community-forum" }}</a>