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 |