From df27162fc74d7d5dc6f33fc57b988e0aecfa454d Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Sat, 27 Jul 2024 09:17:18 +0200 Subject: [PATCH] Fix exclude patterns in book.toml --- book.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book.toml b/book.toml index 179070602..5b2808637 100644 --- a/book.toml +++ b/book.toml @@ -42,9 +42,9 @@ exclude = [ "marketplace\\.visualstudio\\.com", "objects\\.githubusercontent\\.com", # The bug listing URL works only if an user is logged in. - "github\\.com\\/issues\\?", + "github\\.com/issues\\?", # Handle: connection closed before message completed - "microsoft\\.com\\/en-us\\/research\\/publication\\/", + "microsoft\\.com/en-us/research/publication/", ] cache-timeout = 86400 warning-policy = "error"