git: bf907ed6fb - main - Fixed broken link in site navigation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Jul 2025 16:09:59 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/doc/commit/?id=bf907ed6fb376581660ae0a2cf5328b45c269f5e
commit bf907ed6fb376581660ae0a2cf5328b45c269f5e
Author: Vedran Miletic <vedran@miletic.net>
AuthorDate: 2025-07-21 16:08:59 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-07-21 16:08:59 +0000
Fixed broken link in site navigation
Pull Request: https://github.com/freebsd/freebsd-doc/pull/532
Closes: https://github.com/freebsd/freebsd-doc/pull/532
---
website/themes/beastie/layouts/partials/site-navigation.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/themes/beastie/layouts/partials/site-navigation.html b/website/themes/beastie/layouts/partials/site-navigation.html
index ac4a0980dc..5663b39477 100644
--- a/website/themes/beastie/layouts/partials/site-navigation.html
+++ b/website/themes/beastie/layouts/partials/site-navigation.html
@@ -151,7 +151,7 @@
<a href="https://www.freebsdfoundation.org/donate/">{{ i18n "monetaryDonations" }}</a>
</li>
<li>
- <a href={{ "donations/#systems/" | absLangURL }}>{{ i18n "hardwareDonations" }}</a>
+ <a href={{ "donations/#systems" | absLangURL }}>{{ i18n "hardwareDonations" }}</a>
</li>
</ul>
</li>