From e0450a4284b9c043f69689f185d82c314fd5d28a Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Mon, 25 Aug 2025 14:37:41 +0200 Subject: [PATCH] fix: link check on wikipedia --- .config/lychee.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/lychee.toml b/.config/lychee.toml index a2d5d01419f7..2a34c3adb783 100644 --- a/.config/lychee.toml +++ b/.config/lychee.toml @@ -19,6 +19,8 @@ exclude = [ "crates.io", # Bot protection / 403 Forbidden errors "linuxhint.com", + # Bot protection / 403 Forbidden errors + "wikipedia.org", ] timeout = 30 max_retries = 6