From 9a9e95726ab5b5ddc7577ce280f28cea7c31a3b1 Mon Sep 17 00:00:00 2001 From: Magnus Madsen Date: Mon, 3 Aug 2026 06:48:16 +0200 Subject: [PATCH] refactor: update outdated and non-https links - 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 --- src/pages/contribute.astro | 2 +- src/pages/documentation.astro | 4 ++-- src/pages/principles.astro | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/contribute.astro b/src/pages/contribute.astro index c11565e..c02b787 100644 --- a/src/pages/contribute.astro +++ b/src/pages/contribute.astro @@ -10,7 +10,7 @@ import Layout from "../layouts/Layout.astro";

Flix is developed at Aarhus University, at the University of Waterloo, and by a community of - Flix follows the Go mantra: Do + Flix follows the Go mantra: Do not communicate by sharing memory; instead, share memory by communicating. In other words: mutable memory should never be shared between processes. Processes should only share immutable messages (and data structures). We believe this @@ -235,7 +235,7 @@ import Principle from "../components/Principle.astro" - We believe in the Midori Error + We believe in the Midori Error Model; that is, there are two kinds of errors: recoverable errors and program bugs. Recoverable errors are things like illegal user input, network errors, etc. Errors that can be anticipated and where there is a chance of recovery. Program bugs, on the other