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/config/lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ remap = [
exclude = [
# Google Docs links are often rate-limited and not critical to validate in this repository,
# so we exclude them to avoid false positives and improve performance
"https://docs.google.com/.*"
"https://docs.google.com/.*",
# Release Please generates compare links for future releases that 404 until the release is published
"https://github.com/.*/compare/.*"
]