From 3a583866136fe107624d4c2350c1941252e70a32 Mon Sep 17 00:00:00 2001 From: ArthurFlageul Date: Thu, 21 Nov 2024 09:57:40 +0200 Subject: [PATCH] update: ignore 520 --- scripts/check_links.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_links.sh b/scripts/check_links.sh index b4d448404..1a42e854a 100755 --- a/scripts/check_links.sh +++ b/scripts/check_links.sh @@ -41,7 +41,7 @@ excludeList=( "cve.report" ) -acceptedResponses="--accepted-status-codes=200..404" +acceptedResponses="--accepted-status-codes=200..404,520" address="https://aiven.io/docs/" bufferSize="--buffer-size=8192" limitConnections="--max-connections=9"