1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-17 14:31:06 +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",
},
"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",
},
};