aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2026-02-04 17:11:38 +0700
committerShulhan <m.shulhan@gmail.com>2026-02-05 05:09:51 +0700
commitc58e157f08420a7ace01825cb7192d0e4b5b8c78 (patch)
tree4178c7a6689d19db9183f43c975b06690223ccfb /Makefile
parentb09c8482d660756b5f6c3dcf1a2119c5dddafec9 (diff)
downloadgo-x-proposal-fix_brokenlinks.tar.xz
brokenlinks: first scan for brokenlinks using jarinkfix_brokenlinks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8f7571b..062e4a8 100644
--- a/Makefile
+++ b/Makefile
@@ -28,3 +28,10 @@ on-webhook: GOOS=linux
on-webhook: GOARCH=amd64
on-webhook: build
sudo rsync --progress ./www-go-proposal /data/app/bin/www-go-proposal
+
+
+.PHONY: brokenlinks
+brokenlinks:
+ jarink --ignore-status=403 \
+ brokenlinks https://golang-id.local/proposal/ \
+ > brokenlinks.json