diff options
| author | Shulhan <m.shulhan@gmail.com> | 2026-02-05 03:20:40 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2026-02-12 00:42:59 +0700 |
| commit | fe77731a9d7a4d239b1ec9c8c3dc4baa52f5f48c (patch) | |
| tree | 2b075284d5e4f02bb744b71be02e6ed55987aef2 | |
| parent | 5221483afd720043ab1357451f9e7320f23faf54 (diff) | |
| download | golang-id-web-fe77731a9d7a4d239b1ec9c8c3dc4baa52f5f48c.tar.xz | |
brokenlinks: scan phase 3
| -rw-r--r-- | Makefile | 7 | ||||
| -rw-r--r-- | brokenlinks-phase3.json | 29 |
2 files changed, 36 insertions, 0 deletions
@@ -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 + } + ] + } +} |
