Skip to content

Commit 6b0879d

Browse files
committed
remove unsupported versions from the check
1 parent a3e05e4 commit 6b0879d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lychee-external-links.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ accept = ["200", "403"]
88
max_retries = 6
99
retry_wait_time = 10
1010
max_concurrency = 3
11-
# Explicitly exclude some URLs
11+
12+
# Exclude all unsupported versioned_docs
1213
exclude_path = [
1314
"versioned_docs/version-1.3",
15+
"versioned_docs/version-8.1",
1416
]
17+
18+
# Explicitly exclude some URLs
1519
exclude = [
1620
"^file:",
1721
"^http(s)?://optimize.myorg",

0 commit comments

Comments
 (0)