1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Avoid <name>/<name> in documentation URLs

They are redundant and look weird.
This commit is contained in:
John Ericson 2023-11-27 08:48:11 -05:00
parent b6a3fde6b7
commit f99e468640
12 changed files with 24 additions and 14 deletions

View file

@ -52,7 +52,7 @@ The following [concept map] shows its main components (rectangles), the objects
'---------------'
```
At the top is the [command line interface](../command-ref/command-ref.md) that drives the underlying layers.
At the top is the [command line interface](../command-ref/index.md) that drives the underlying layers.
The [Nix language](../language/index.md) evaluator transforms Nix expressions into self-contained *build plans*, which are used to derive *build results* from referenced *build inputs*.