git: 615799b24a - main - documentation: Replace docs-legacy links to docs-archive
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=615799b24a276417970b44678548250d033a5b8a commit 615799b24a276417970b44678548250d033a5b8a Author: Danilo G. Baio <[email protected]> AuthorDate: 2023-02-23 23:35:51 +0000 Commit: Danilo G. Baio <[email protected]> CommitDate: 2023-02-23 23:35:51 +0000 documentation: Replace docs-legacy links to docs-archive --- documentation/themes/beastie/layouts/partials/site-footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/themes/beastie/layouts/partials/site-footer.html b/documentation/themes/beastie/layouts/partials/site-footer.html index be343f7545..d16dd23b9d 100755 --- a/documentation/themes/beastie/layouts/partials/site-footer.html +++ b/documentation/themes/beastie/layouts/partials/site-footer.html @@ -57,10 +57,10 @@ <a href="https://papers.FreeBSD.org" target="_blank" class="column-element">{{ i18n "f-presentation-and-papers" }}</a> </li> <li> - <a href="https://docs-legacy.freebsd.org/doc/" target="_blank" class="column-element">{{ i18n "f-previous-versions" }}</a> + <a href="https://docs-archive.freebsd.org/doc/" target="_blank" class="column-element">{{ i18n "f-previous-versions" }}</a> </li> <li> - <a href="https://docs-legacy.freebsd.org/44doc/" target="_blank" class="column-element">{{ i18n "f-44bsd-documents" }}</a> + <a href="https://docs-archive.freebsd.org/44doc/" target="_blank" class="column-element">{{ i18n "f-44bsd-documents" }}</a> </li> <li> <a href="https://wiki.freebsd.org/" target="_blank" class="column-element">{{ i18n "f-wiki" }}</a>