diff options
| author | Shulhan <m.shulhan@gmail.com> | 2026-02-11 23:06:53 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2026-02-12 09:24:29 +0700 |
| commit | 28158c7a1efa1372653354801d9f2abc7c2f88c4 (patch) | |
| tree | 18e22d45ed206619f46c2b25e8281b45ef1b5e95 /Makefile | |
| parent | 2f2d797b5cf06f609508d19f546a9611f22387bc (diff) | |
| download | golang-id-web-brokenlinks.tar.xz | |
brokenlinks: second phasebrokenlinks
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
