From 28158c7a1efa1372653354801d9f2abc7c2f88c4 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 11 Feb 2026 23:06:53 +0700 Subject: brokenlinks: second phase --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a03ed4..d023059 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,8 @@ brokenlinks-phase1: .PHONY: brokenlinks-phase2 brokenlinks-phase2: - jarink -ignore-status=403 -past-result=brokenlinks.json \ + jarink -ignore-status=403,405,503 \ + -past-result=brokenlinks-phase1.json \ brokenlinks https://golang-id.local \ > brokenlinks-phase2.json -- cgit v1.3