git: 8ebeaea6b3 - main - Fix broken link to manual pages in docs sidenav
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=8ebeaea6b3c4ac20dece2960aefd8d449f684ca8 commit 8ebeaea6b3c4ac20dece2960aefd8d449f684ca8 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2021-01-30 09:35:33 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2021-01-30 09:37:35 +0000 Fix broken link to manual pages in docs sidenav PR: 253090 Submitted by: dmn <graahnul.grom (at) gmail.com> --- website/themes/beastie/layouts/partials/sidenav.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/themes/beastie/layouts/partials/sidenav.html b/website/themes/beastie/layouts/partials/sidenav.html index 3a08b98264..4dfe07f0ff 100644 --- a/website/themes/beastie/layouts/partials/sidenav.html +++ b/website/themes/beastie/layouts/partials/sidenav.html @@ -45,9 +45,9 @@ <li><a href={{ "docs" | absLangURL }}>{{ i18n "documentation" }}</a></li> <li><a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/faq/" }}>{{ i18n "FAQ" }}</a></li> <li><a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/handbook/" }}>{{ i18n "handbook" }}</a></li> - <li><a href="https://cgi.FreeBSD.org">{{ i18n "man" }}</a></li> + <li><a href="https://man.FreeBSD.org">{{ i18n "man" }}</a></li> <li><a href="https://papers.freebsd.org/">{{ i18n "papers" }}</a></li> - <li><a href={{ "docs/books/" | absLangURL }}>{{ i18n "booksArticles" }}</a></li> + <li><a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/" }}>{{ i18n "booksArticles" }}</a></li> <li><a href={{ "publish" | absLangURL }}>{{ i18n "publications" }}</a></li> <li><a href={{ "docs/webresources/" | absLangURL }}>{{ i18n "webresources" }}</a></li> <li><a href={{ "projects/newbies/" | absLangURL }}>{{ i18n "newbies" }}</a></li> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"