mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
Merge pull request #8556 from fricklerhandwerk/hacking-headings
hacking guide: use more self-descriptive section headings
This commit is contained in:
commit
0ab962d83f
2 changed files with 16 additions and 14 deletions
|
@ -344,6 +344,10 @@ const redirects = {
|
|||
"macos": "uninstall.html#macos",
|
||||
"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…
Add table
Add a link
Reference in a new issue