From 7e4b3016e8ccdc8f62a052f7d6fdcadef3dc44e3 Mon Sep 17 00:00:00 2001 From: Rob B Date: Wed, 21 Feb 2024 09:37:00 -0500 Subject: [PATCH] Hotfix for per-mod docs to build (Stack Overflow 403's the link checker bot now?) --- lychee.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lychee.toml b/lychee.toml index 42ae090b..ac879067 100644 --- a/lychee.toml +++ b/lychee.toml @@ -23,7 +23,9 @@ exclude = [ # This is a valid page but still 404s for some reason "https://www.audiokinetic.com/en/download/", # unable to get local issuer certificate - "https://questions.satisfactorygame.com/" + "https://questions.satisfactorygame.com/", + # 403s despite being valid pages + "https://stackoverflow.com/questions/" ] # Exclude these filesystem paths from getting checked.