git: 5a2634f302 - main - website/layouts: Update a few more manual pages links
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Jan 2023 21:00:29 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=5a2634f3020444155eb51d4adaf5b0d05e2b60ae commit 5a2634f3020444155eb51d4adaf5b0d05e2b60ae Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2023-01-28 20:50:07 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2023-01-28 20:50:07 +0000 website/layouts: Update a few more manual pages links --- website/themes/beastie/layouts/partials/site-navigation.html | 2 +- website/themes/beastie/layouts/shortcodes/manpage.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/themes/beastie/layouts/partials/site-navigation.html b/website/themes/beastie/layouts/partials/site-navigation.html index c844f02c53..a9f61b5057 100644 --- a/website/themes/beastie/layouts/partials/site-navigation.html +++ b/website/themes/beastie/layouts/partials/site-navigation.html @@ -66,7 +66,7 @@ <a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/articles/committers-guide" }}>{{ i18n "committersGuide" }}</a> </li> <li> - <a href="https://www.FreeBSD.org/cgi/man.cgi">{{ i18n "manualPages" }}</a> + <a href="https://man.FreeBSD.org/cgi/man.cgi">{{ i18n "manualPages" }}</a> </li> <li> <a href="https://papers.freebsd.org/">{{ i18n "papers" }}</a> diff --git a/website/themes/beastie/layouts/shortcodes/manpage.html b/website/themes/beastie/layouts/shortcodes/manpage.html index d7bfdc000f..14ca61b630 100644 --- a/website/themes/beastie/layouts/shortcodes/manpage.html +++ b/website/themes/beastie/layouts/shortcodes/manpage.html @@ -1 +1 @@ -<a href="https://www.freebsd.org/cgi/man.cgi?query={{ .Get 0 }}&sektion={{ .Get 1 }}&format=html">{{ .Get 0 -}}({{ .Get 1 -}})</a> \ No newline at end of file +<a href="https://man.freebsd.org/cgi/man.cgi?query={{ .Get 0 }}&sektion={{ .Get 1 }}&format=html">{{ .Get 0 -}}({{ .Get 1 -}})</a>