Page MenuHomeFreeBSD

website: clean warnings to links in status reports
ClosedPublic

Authored by vladlen on Jul 27 2026, 9:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 11, 10:04 AM
Unknown Object (File)
Wed, Sep 9, 10:14 AM
Unknown Object (File)
Mon, Sep 7, 12:39 AM
Unknown Object (File)
Sun, Sep 6, 7:22 PM
Unknown Object (File)
Sun, Sep 6, 5:35 PM
Unknown Object (File)
Sat, Sep 5, 1:44 AM
Unknown Object (File)
Fri, Sep 4, 7:04 PM
Unknown Object (File)
Fri, Sep 4, 3:08 PM
Subscribers

Details

Summary

website build generates many warnings due to possible wrong links.

  1. Wrong links fixed.
  2. Links in freebsd-foundation placed under ifdef construct:

a) _index.adoc declares reports-path variable and includes
all files.
b) in freebsd-foundation the check is added:
ifdef::reports-path[]
links for included or standalone file have different format, f.e.:

ifdef::reports-path[]
<<_cyber_resilience_act_cra_readiness_project,Cyber Resilience Act (CRA) Readiness Project>>.
endif::[] 
ifndef::reports-path[]
link:../cra[Cyber Resilience Act (CRA) Readiness Project].
endif::[]

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jul 27 2026, 9:54 AM
This revision was automatically updated to reflect the committed changes.