From c019a9959c42d3bba9fc115bcf640d350db9cc4e Mon Sep 17 00:00:00 2001 From: Nicholas Ehsan Roy Date: Fri, 8 May 2026 00:31:10 +0200 Subject: [PATCH] docs: cross-project links use absolute URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MyST's relative-path links (../maddening/, ../) got resolved as internal-doc xrefs and rendered as href="#../maddening/". Use full microrobotica.org URLs instead — same outcome on the deployed site, no warning, working link. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index be6a3f7..205f62e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,12 +1,13 @@ # MIME **Microrobotics Interaction Model Engine** — the physics layer of the -Microrobotics Simulation Framework. MIME extends [MADDENING](../maddening/) +Microrobotics Simulation Framework. MIME extends +[MADDENING](https://microrobotica.org/maddening/) with the specific node families needed to simulate magnetically actuated microrobots in confined biological flows: rigid-body chains, magnetic response, low-Reynolds hydrodynamics (Stokeslet, IBM-FVM with optional GNN correction), and the actuation/sensing chain that bridges to the -[MICROROBOTICA](../) IDE. +[MICROROBOTICA](https://microrobotica.org/) IDE. ```{toctree} :caption: User Guide