Skip to content

Commit 752d3ec

Browse files
committed
Check local file anchors
1 parent 7ebcae3 commit 752d3ec

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/lychee.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ max_redirects = 2
2525
# Maximum number of allowed retries before a link is declared dead.
2626
max_retries = 2
2727

28-
# Only test links with the given schemes (e.g. https).
28+
# Only test links with the given schemes (e.g. https, https).
2929
# Omit to check links with any other scheme.
30-
# At the moment, we support http, https, file, and mailto.
31-
scheme = ["https"]
30+
scheme = ["https", "file"]
3231

3332
# Exclude links
3433
exclude = [

0 commit comments

Comments
 (0)