1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 04:56:01 +01:00

Fix redirects more

This commit is contained in:
John Ericson 2025-01-19 17:34:52 -05:00
parent 80e69428a8
commit e77338d875
2 changed files with 3 additions and 2 deletions

View file

@ -347,7 +347,7 @@ const redirects = {
"string-literal": "string-literals.html", "string-literal": "string-literals.html",
}, },
"language/derivations.md": { "language/derivations.md": {
"builder-execution": "store/drv/building.md#builder-execution" "builder-execution": "store/drv/building.md#builder-execution",
}, },
"installation/installing-binary.html": { "installation/installing-binary.html": {
"linux": "uninstall.html#linux", "linux": "uninstall.html#linux",
@ -375,6 +375,7 @@ const redirects = {
"glossary.html": { "glossary.html": {
"gloss-local-store": "store/types/local-store.html", "gloss-local-store": "store/types/local-store.html",
"gloss-chroot-store": "store/types/local-store.html", "gloss-chroot-store": "store/types/local-store.html",
"gloss-store-derivation": "#gloss-derivation",
}, },
}; };

View file

@ -26,7 +26,7 @@
[derivation]: #gloss-derivation [derivation]: #gloss-derivation
- [derivation expression]{#gloss-derivation} - [derivation expression]{#gloss-derivation-expression}
A description of a [derivation] in the Nix language. A description of a [derivation] in the Nix language.
The result of a derivation is a store object. The result of a derivation is a store object.