From fe77731a9d7a4d239b1ec9c8c3dc4baa52f5f48c Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 5 Feb 2026 03:20:40 +0700 Subject: brokenlinks: scan phase 3 --- Makefile | 7 +++++++ brokenlinks-phase3.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 brokenlinks-phase3.json diff --git a/Makefile b/Makefile index 9207657..4628fe6 100644 --- a/Makefile +++ b/Makefile @@ -84,3 +84,10 @@ brokenlinks-phase2: jarink -ignore-status=403 -past-result=brokenlinks.json \ brokenlinks https://golang-id.local \ > brokenlinks-phase2.json + +.PHONY: brokenlinks-phase3 +brokenlinks-phase3: + jarink -ignore-status=403,405,503 \ + -past-result=brokenlinks-phase2.json \ + brokenlinks https://golang-id.local \ + > brokenlinks-phase3.json diff --git a/brokenlinks-phase3.json b/brokenlinks-phase3.json new file mode 100644 index 0000000..f45a4bf --- /dev/null +++ b/brokenlinks-phase3.json @@ -0,0 +1,29 @@ +{ + "broken_links": { + "https://golang-id.local/doc/faq/index.html": [ + { + "url": "https://9p.io/plan9/glenda.html", + "error": "Get \"https://9p.io/plan9/glenda.html\": remote error: tls: handshake failure", + "status_code": 700 + } + ], + "https://golang-id.local/proposal/README.html": [ + { + "url": "https://golang-id.local/proposal/go2-language-changes.md", + "status_code": 404 + } + ], + "https://golang-id.local/proposal/design/go2draft-generics-overview.html": [ + { + "url": "http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.332.3161\u0026rep=rep1\u0026type=pdf", + "error": "Get \"https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.332.3161\u0026rep=rep1\u0026type=pdf\": tls: failed to verify certificate: x509: certificate signed by unknown authority", + "status_code": 700 + }, + { + "url": "https://web.eecs.umich.edu/~weimerw/2008-615/reading/liskov-clu-abstraction.pdf", + "error": "Get \"https://web.eecs.umich.edu/~weimerw/2008-615/reading/liskov-clu-abstraction.pdf\": tls: failed to verify certificate: x509: certificate signed by unknown authority", + "status_code": 700 + } + ] + } +} -- cgit v1.3