git: 4e3a965624 - main - Home page: large community: fix the link
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Feb 2023 07:01:30 UTC
The branch main has been updated by grahamperrin: URL: https://cgit.FreeBSD.org/doc/commit/?id=4e3a965624209015b702a7246a4399b07e855ac5 commit 4e3a965624209015b702a7246a4399b07e855ac5 Author: Graham Perrin <grahamperrin@FreeBSD.org> AuthorDate: 2023-02-14 06:49:15 +0000 Commit: Graham Perrin <grahamperrin@FreeBSD.org> CommitDate: 2023-02-14 06:49:15 +0000 Home page: large community: fix the link The link from 'community' to 'The FreeBSD Developers' was partly broken by addition of a solidus, / To refer to the intended part of 'Contributors to FreeBSD': remove the solidus. Fixes: 42b64a1521 Fix links in the main page. Add releases.toml to git ignored files Fix bad translation in German configuration file --- website/themes/beastie/layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/themes/beastie/layouts/index.html b/website/themes/beastie/layouts/index.html index ea8fe946b9..6706bed8f9 100755 --- a/website/themes/beastie/layouts/index.html +++ b/website/themes/beastie/layouts/index.html @@ -10,7 +10,7 @@ {{ i18n "freebsdDescription1" }} <a href={{ "platforms/" | absLangURL }}>{{ i18n "freebsdDescription2" }}</a> {{ i18n "freebsdDescription3" }} - <a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/articles/contributors/#staff-committers/" }}>{{ i18n "freebsdDescription4" }}</a> + <a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/articles/contributors/#staff-committers" }}>{{ i18n "freebsdDescription4" }}</a> {{ i18n "freebsdDescription5" }} <a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/handbook/introduction/#introduction-nutshell-users" }}>{{ i18n "freebsdDescription6" }}</a> {{ i18n "freebsdDescription7" }}