From 56d8739ae7d5549a0a25fa3f4ef5847bb4a60dab Mon Sep 17 00:00:00 2001 From: Mehdi M Date: Wed, 9 Oct 2024 03:39:32 +0200 Subject: [PATCH] Fix Lychee ignore list (wrong escaping in regex) --- .lycheeignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lycheeignore b/.lycheeignore index 2a88d24..7a58e30 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -7,4 +7,4 @@ # 👇 Logging failing domains to see if they still do on the long run… # Failed in 2024-09 -# ^https:\/\/direct.mit.edu/qss\/.* +# ^https:\/\/direct.mit.edu\/qss\/.*