From 796ef6777edd98a6b6d4153a404bd4f117f6580c Mon Sep 17 00:00:00 2001 From: Daniel-Aaron-Bloom <76709210+Daniel-Aaron-Bloom@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:01:28 -0700 Subject: [PATCH] docs: Update README links to use GitHub URLs Sadly relative links don't work and end up at 404s --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0fce28..f719a63 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ more architectures colibrì doesn't. Every architecture is validated the same wa validates itself: token-exact teacher-forcing against a tiny synthetic model built from that architecture's own real reference code. -Part of the [ferrumox](../) AI lab, alongside [fox](../fox) (a production local-LLM server +Part of the [ferrumox](https://github.com/ferrumox) AI lab, alongside [fox](https://github.com/ferrumox/fox) (a production local-LLM server wrapping llama.cpp). rabbit is the opposite kind of project: a research engine for models that don't fit in memory even offloaded, built by hand instead of wrapping an existing runtime.