Skip to content

refactor: update outdated and non-https links - #170

Merged
magnus-madsen merged 1 commit into
masterfrom
refactor/update-links
Aug 3, 2026
Merged

refactor: update outdated and non-https links#170
magnus-madsen merged 1 commit into
masterfrom
refactor/update-links

Conversation

@magnus-madsen

Copy link
Copy Markdown
Member

Summary

Audited every external link in src/ (55 unique URLs) and fixed the ones that were outdated or broken:

  • Documentation page: the Blog card now links directly to https://blog.flix.dev/ (instead of routing through the /blog/ interstitial page), and the Twitter card now points to https://x.com/flixlang.
  • Contribute page: the Aarhus University link now points to the research group's current page, https://cs.au.dk/research/programming-languages-logic-and-software-security (the old URL returns 404).
  • Principles page: the Go blog article moved to https://go.dev/blog/codelab-share (blog.golang.org no 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.
  • The two Benchmarks Game comparison links in the FAQ (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 build passes; all 9 pages generate.
  • All updated URLs verified to return 200.

🤖 Generated with Claude Code

- 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>
@magnus-madsen
magnus-madsen merged commit ab3608a into master Aug 3, 2026
1 check passed
@magnus-madsen
magnus-madsen deleted the refactor/update-links branch August 3, 2026 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant