diff --git a/.github/lychee-online.toml b/.github/lychee-online.toml index 6ae29b090..acba7de56 100644 --- a/.github/lychee-online.toml +++ b/.github/lychee-online.toml @@ -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$", ]