Files
arm-trusted-firmware/docs/process
Govindraj Raja 854d199b56 fix(docs): fix some broken links
Fix few broken links from docs.

Link check was done with following steps -

[..]
tf-a/docs$ make clean -j8; poetry run make html -j8
tf-a/docs$ poetry run sphinx-build -j8 -q -b linkcheck . build/
[..]

Add link check conf values to config.py
- avoid reporting false broken links when `#`(anchors) are present
  in the link.
- avoid checking for broken links in "change-log.md", this is summary
  of commit msg's we are not going to fix broken links in cmt-msg's

Change-Id: I384094c8dcf3e93875c9052afa79ad826b9901d9
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
2025-10-03 13:45:23 -05:00
..