diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2021-01-30 09:35:33 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2021-01-30 09:37:35 +0000 |
| commit | 8ebeaea6b3c4ac20dece2960aefd8d449f684ca8 (patch) | |
| tree | 5dd35a037ad6a9d1a6ca6cfb12a630d6991ca01c | |
| parent | e9f8cbb45fe5826e081c07f36bbfc1f8166f71e0 (diff) | |
| download | doc-8ebeaea6b3c4ac20dece2960aefd8d449f684ca8.tar.gz doc-8ebeaea6b3c4ac20dece2960aefd8d449f684ca8.zip | |
Fix broken link to manual pages in docs sidenav
PR: 253090
Submitted by: dmn <graahnul.grom (at) gmail.com>
| -rw-r--r-- | website/themes/beastie/layouts/partials/sidenav.html | 4 |
1 files 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> |
