summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2026-02-11 06:52:36 +0700
committerShulhan <m.shulhan@gmail.com>2026-02-12 00:42:59 +0700
commit2f2d797b5cf06f609508d19f546a9611f22387bc (patch)
tree6511722b938c270696843587f007cc09213f09a5 /Makefile
parentfe77731a9d7a4d239b1ec9c8c3dc4baa52f5f48c (diff)
downloadgolang-id-web-2f2d797b5cf06f609508d19f546a9611f22387bc.tar.xz
brokenlinks: first scan
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4628fe6..5a03ed4 100644
--- a/Makefile
+++ b/Makefile
@@ -75,9 +75,11 @@ macos-deploy-local: build
##---- Scan the brokenlinks.
-.PHONY: brokenlinks
-brokenlinks:
- jarink brokenlinks https://golang-id.local
+.PHONY: brokenlinks-phase1
+brokenlinks-phase1:
+ jarink -ignore-status=403,405,503 \
+ brokenlinks https://golang-id.local \
+ > brokenlinks-phase1.json
.PHONY: brokenlinks-phase2
brokenlinks-phase2: