Skip to content

Commit

Permalink
remove unsupported versions from the check
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Apr 26, 2024
1 parent a3e05e4 commit 6b0879d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lychee-external-links.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ accept = ["200", "403"]
max_retries = 6
retry_wait_time = 10
max_concurrency = 3
# Explicitly exclude some URLs

# Exclude all unsupported versioned_docs
exclude_path = [
"versioned_docs/version-1.3",
"versioned_docs/version-8.1",
]

# Explicitly exclude some URLs
exclude = [
"^file:",
"^http(s)?://optimize.myorg",
Expand Down

0 comments on commit 6b0879d

Please sign in to comment.