add redirects to changed anchors
This commit is contained in:
parent
a78f929065
commit
085104944b
1 changed files with 4 additions and 0 deletions
|
@ -342,6 +342,10 @@ const redirects = {
|
|||
"installation/installing-binary.html": {
|
||||
"uninstalling": "uninstall.html"
|
||||
}
|
||||
"contributing/hacking.html": {
|
||||
"nix-with-flakes": "#building-nix-with-flakes"
|
||||
"classic-nix": "#building-nix"
|
||||
}
|
||||
};
|
||||
|
||||
// the following code matches the current page's URL against the set of redirects.
|
||||
|
|
Loading…
Reference in a new issue