git: 8106e91501 - main - Fix link to FreeBSD journal
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=8106e91501742164da87bba6c9748a27bbb1217c commit 8106e91501742164da87bba6c9748a27bbb1217c Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2022-12-09 08:22:35 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2022-12-09 08:22:35 +0000 Fix link to FreeBSD journal Report by email: Luciano Franchi<[email protected]> --- website/themes/beastie/layouts/partials/site-navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/themes/beastie/layouts/partials/site-navigation.html b/website/themes/beastie/layouts/partials/site-navigation.html index 27594789a6..c844f02c53 100644 --- a/website/themes/beastie/layouts/partials/site-navigation.html +++ b/website/themes/beastie/layouts/partials/site-navigation.html @@ -97,7 +97,7 @@ <a href={{ "events/" | absLangURL }}>{{ i18n "events" }}</a> </li> <li> - <a href="http://freebsdjournal.com">{{ i18n "FreeBSDJournal" }}</a> + <a href="https://freebsdfoundation.org/our-work/journal/">{{ i18n "FreeBSDJournal" }}</a> </li> <li> <a href="http://serverfault.com/questions/tagged/freebsd">{{ i18n "QA" }}</a>