From e77338d87564cdfe78a6a2779a850e7e6d8cef2c Mon Sep 17 00:00:00 2001 From: John Ericson Date: Sun, 19 Jan 2025 17:34:52 -0500 Subject: [PATCH] Fix redirects more --- doc/manual/redirects.js | 3 ++- doc/manual/source/glossary.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/manual/redirects.js b/doc/manual/redirects.js index 287517eca..71147fc2d 100644 --- a/doc/manual/redirects.js +++ b/doc/manual/redirects.js @@ -347,7 +347,7 @@ const redirects = { "string-literal": "string-literals.html", }, "language/derivations.md": { - "builder-execution": "store/drv/building.md#builder-execution" + "builder-execution": "store/drv/building.md#builder-execution", }, "installation/installing-binary.html": { "linux": "uninstall.html#linux", @@ -375,6 +375,7 @@ const redirects = { "glossary.html": { "gloss-local-store": "store/types/local-store.html", "gloss-chroot-store": "store/types/local-store.html", + "gloss-store-derivation": "#gloss-derivation", }, }; diff --git a/doc/manual/source/glossary.md b/doc/manual/source/glossary.md index ef5969dce..10b8789c2 100644 --- a/doc/manual/source/glossary.md +++ b/doc/manual/source/glossary.md @@ -26,7 +26,7 @@ [derivation]: #gloss-derivation -- [derivation expression]{#gloss-derivation} +- [derivation expression]{#gloss-derivation-expression} A description of a [derivation] in the Nix language. The result of a derivation is a store object.