From a301f2a7e23f813c5e89c002e525209bcf56bf20 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 19 Aug 2026 00:05:11 +0000 Subject: [PATCH] docs: fix stale chaining notebook link in model cookbook The Model Linking section linked to notebooks/imaging/advanced/chaining/ start_here.ipynb, which 404s after the workspace reorganisation; point it at the current notebooks/guides/modeling/chaining.ipynb. All other autolens_workspace links in the cookbook verified to resolve on main. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01DHfvdagPTJDDEsTHcFnatQ --- docs/general/model_cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/model_cookbook.md b/docs/general/model_cookbook.md index 8453c274c..232bf0ee5 100644 --- a/docs/general/model_cookbook.md +++ b/docs/general/model_cookbook.md @@ -427,7 +427,7 @@ When performing non-linear search chaining, the inferred model of one phase can The following example notebooks show how to compose and fit these models: - + ## Across Datasets (Advanced)