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:
parent
80e69428a8
commit
e77338d875
2 changed files with 3 additions and 2 deletions
|
|
@ -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",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue