Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/lychee-online.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ include_fragments = "full"
# Avoid immutable historical issue records with known stale relative links.
exclude_path = [ "(^|/)docs/issues/closed/" ]

# GitHub renders review and issue-comment anchors dynamically, so Lychee cannot
# GitHub renders PR review and issue-comment anchors dynamically, so Lychee cannot
# reliably validate them. The Star History project selector is also client-side.
# Keep all other GitHub URLs, fragments, and Star History targets checked.
exclude = [
"^https://github\\.com/torrust/torrust-tracker/issues/1669#issuecomment-4010991467$",
"^https://github\\.com/torrust/torrust-tracker/issues/269#issuecomment-1749443211$",
"^https://github\\.com/torrust/torrust-tracker/pull/[0-9]+#discussion_r[0-9]+$",
"^https://github\\.com/torrust/torrust-tracker/pull/[0-9]+#issuecomment-[0-9]+$",
"^https://github\\.com/torrust/torrust-tracker/pull/[0-9]+#pullrequestreview-[0-9]+$",
"^https://star-history\\.dera\\.page/#torrust/torrust-tracker$",
]

Expand Down
Loading