Summary: | contact link on https://docs.freebsd.org/en/ is not working | ||
---|---|---|---|
Product: | Documentation | Reporter: | Wolfram Schneider <wosch> |
Component: | Website | Assignee: | Sergio Carlavilla Delgado <carlavilla> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | allanjude, carlavilla |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Wolfram Schneider
![]() ![]() This looks to be caused by shared code (site-footer.html) between 'documentation' and 'website'. We should probably change the links to both point to www.freebsd.org absolute URLs to solve the issue. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=ad3bb85dd0a87f85a2c574571b0de42366d89573 commit ad3bb85dd0a87f85a2c574571b0de42366d89573 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2021-02-08 21:47:38 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2021-02-08 21:47:38 +0000 Fix copyright and contact links in the footer. PR: 253094 Submitted by: wosch@ documentation/themes/beastie/layouts/partials/site-footer.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Fixed. Thanks for that. |