Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 703 Bytes

File metadata and controls

10 lines (7 loc) · 703 Bytes

Check for Broken Hyperlinks

AI Lab's GitHub workflow hyperlinks.yaml checks the validity of hyperlinks using different tools.

If a specific link temporarily is unreachable, you can ignore it as specified by the following table.

Files Tool How to ignore broken links?
Markdown files, e.g. README or Changelog GitHub action lycheeverse/lychee-action Add regexp to file .lycheeignore
Jupyter notebooks pytest --check-links Add CLI option --check-links-ignore <REGEXP> to the GitHub workflow file