Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2025 16:09:59 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: bf907ed6fb - main - Fixed broken link in site navigation
Message-ID:  <202507211609.56LG9xp8087046@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507211609.56LG9xp8087046>