Skip to content

Commit 96a9ae1

Browse files
committed
book.toml: exclude flaky mirrors from linkcheck
1 parent c7dfb9b commit 96a9ae1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

book.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,15 @@ optional = true
2121
[output.linkcheck]
2222
optional = true
2323
follow-web-links = true
24-
exclude = [ 'kernel\.org', 'ntp\.org', '\.onion', 'localhost', 'sjtu\.edu\.cn', 'userbase\.kde\.org', 'mirrors\.cnnic\.cn' ]
24+
exclude = [
25+
'kernel\.org',
26+
'ntp\.org',
27+
'\.onion',
28+
'localhost',
29+
'userbase\.kde\.org',
30+
'sjtu\.edu\.cn',
31+
'mirrors\.cnnic\.cn',
32+
'void\.webconverger\.org',
33+
'mirror\.vofr\.net',
34+
'void\.chililinux\.com',
35+
]

0 commit comments

Comments
 (0)