This repository was archived by the owner on Oct 16, 2019. It is now read-only.
This repository was archived by the owner on Oct 16, 2019. It is now read-only.
Fix broken links #164
Closed
Description
This is routine maintenance. It picks up where #107 left off. I added a script to check for broken links: fcbe834. Running the script gave 24 broken links:
- 001 http://typed.funops.co/tutorials/2016/05/25/unreasonable-effectiveness-of-reasoning-understanding-bottom.html ConnectionFailure Network.Socket.getAddrInfo: does not exist (nodename nor servname provided, or not known)
- 001 https://goc.vivint.com/problems/hm InternalException (HandshakeFailed (Error_Protocol ("certificate has expired",True,CertificateExpired)))
- 001 https://quasimal.com/posts/2018-01-08-prefix-tree-parsing.html InternalException (HandshakeFailed (Error_Protocol ("certificate has unknown CA",True,UnknownCa)))
- 001 https://storm-country.com/blog/gof-strategy InternalException (HandshakeFailed (Error_Protocol ("certificate has expired",True,CertificateExpired)))
- 001 https://storm-country.com/blog/LambdaCase InternalException (HandshakeFailed (Error_Protocol ("certificate has expired",True,CertificateExpired)))
- 001 https://turingjump.com/blog/bookkeeper/ ConnectionTimeout
- 001 https://turingjump.com/blog/tech-empower/ ConnectionTimeout
- 001 https://turingjump.com/posts/smerdyakov.html ConnectionTimeout
- 001 https://www.vacationlabs.com/haskell-internship/ InternalException (HandshakeFailed (Error_Protocol ("certificate has unknown CA",True,UnknownCa)))
- 403 http://r6.ca/blog/20171010T001746Z.html
- 404 http://asivitz.com/posts/layers
- 404 http://vmob.me/DE3Q17Haskellweek
- 404 https://blog.qfpl.io/posts/reflex/widgets/growing-a-date-picker-1/
- 404 https://functionaljobs.com/jobs/9050-backend-ruby-and-haskell-engineer-at-health-efilings
- 404 https://functionaljobs.com/jobs/9053-software-engineer-haskell-full-stack-at-capital-match
- 404 https://github.com/haskell-perf/attack/blob/054fb2c82f91fcee7bce76661ea290c80c450a20/archive/2018-jan.md
- 404 https://hihenry.com/fullstack-engineer
- 404 https://ibnuda.gitlab.io/636452721192300168_authorizationinservant.html
- 404 https://jobs.zalando.com/jobs/993940-backend-software-engineer/
- 404 https://lwm.github.io/ghc-802-stackage-nightly-and-lts-update/
- 404 https://lwm.github.io/lets-write-documentation-for-haskell/
- 404 https://lwm.github.io/static-analysis-with-haskell/
- 404 https://www.meetup.com/Beaverton-Haskell-Meetup/events/241822925/
- 999 https://www.linkedin.com/jobs/cap/view/558610746/
Some of those might be false positives. The "001" status code means there was an HTTP exception. The "999" status code isn't my doing, so either LinkedIn is returning some weird stuff or the HTTP client is bungling something.