refactor: update outdated and non-https links - #170
Merged
Conversation
- Documentation: Blog card links directly to https://blog.flix.dev/, Twitter card links to https://x.com/flixlang. - Contribute: Aarhus University link updated to the research group's new page (old URL 404s). - Principles: Go blog article moved to go.dev/blog/codelab-share (blog.golang.org no longer responds); Joe Duffy blog upgraded to https. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Audited every external link in
src/(55 unique URLs) and fixed the ones that were outdated or broken:https://blog.flix.dev/(instead of routing through the/blog/interstitial page), and the Twitter card now points tohttps://x.com/flixlang.https://cs.au.dk/research/programming-languages-logic-and-software-security(the old URL returns 404).https://go.dev/blog/codelab-share(blog.golang.orgno longer responds); the Joe Duffy blog link is upgraded to https.Known remaining issues (out of scope)
http://plg.uwaterloo.ca(Contribute page) is unreachable — the Waterloo PLG site appears to be gone; needs a decision on a replacement.fastest/ocaml-java.html,fastest/haskell.html) return 404 — the site no longer publishes Java-vs-OCaml/Haskell comparison pages, so fixing these requires a content decision.Test plan
npm run buildpasses; all 9 pages generate.🤖 Generated with Claude Code