From 224934631900ea857b623237e6ec0571a2eb7d80 Mon Sep 17 00:00:00 2001 From: Didier Durand Date: Fri, 31 Oct 2025 07:20:59 +0100 Subject: [PATCH] Fixing dangling link in README.md --- tools/scripts/docs/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/scripts/docs/README.md b/tools/scripts/docs/README.md index cd78fc6e5..cc7a184c3 100644 --- a/tools/scripts/docs/README.md +++ b/tools/scripts/docs/README.md @@ -21,8 +21,7 @@ python3 scripts/improve_figure_captions.py --build-map -d contents/core/ ### Cross-Reference Generation The `cross_refs/` directory contains scripts for generating AI-powered cross-references with explanations. -📖 **Full documentation**: See [`cross_refs/RECIPE.md`](cross_refs/RECIPE.md) for complete workflow. - +📖 **Full documentation**: See [`cross_refs/RECIPE.md`](/tools/scripts/cross_refs/RECIPE.md) for complete workflow. ## Python Dependencies All Python dependencies are managed through the root-level `requirements.txt` file. This ensures consistent package versions across all scripts and the GitHub Actions workflow.