From 40d9f9b41de53b0bb37e338d3eacc5b2475e05cb Mon Sep 17 00:00:00 2001 From: Nicholas Ehsan Roy Date: Fri, 8 May 2026 00:30:44 +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 (../mime/, ../) got resolved as internal-doc xrefs and rendered as href="#../mime/". 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 9d521dc..aa341b1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,8 @@ **Modular Acausal Dataflow Differential Equation Node Network** — a pure-JAX, autodifferentiable framework for composing physical models from typed nodes connected by unit-aware edges. MADDENING is the base framework on which -[MIME](../mime/) and the [MICROROBOTICA](../) IDE are built. +[MIME](https://microrobotica.org/mime/) and the +[MICROROBOTICA](https://microrobotica.org/) IDE are built. ```{toctree} :caption: User Guide