Skip to content

Commit df27162

Browse files
committed
Fix exclude patterns in book.toml
1 parent 65dc61c commit df27162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: book.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ exclude = [
4242
"marketplace\\.visualstudio\\.com",
4343
"objects\\.githubusercontent\\.com",
4444
# The bug listing URL works only if an user is logged in.
45-
"github\\.com\\/issues\\?",
45+
"github\\.com/issues\\?",
4646
# Handle: connection closed before message completed
47-
"microsoft\\.com\\/en-us\\/research\\/publication\\/",
47+
"microsoft\\.com/en-us/research/publication/",
4848
]
4949
cache-timeout = 86400
5050
warning-policy = "error"

0 commit comments

Comments
 (0)