mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
doc/manual: Fix broken internal links
The targets I could find.
This commit is contained in:
parent
34a1e0d29b
commit
e79f935718
4 changed files with 6 additions and 6 deletions
|
@ -68,7 +68,7 @@ It can also execute build plans to produce new data, which are made available to
|
|||
A build plan itself is a series of *build tasks*, together with their build inputs.
|
||||
|
||||
> **Important**
|
||||
> A build task in Nix is called [derivation](../glossary#gloss-derivation).
|
||||
> A build task in Nix is called [derivation](../glossary.md#gloss-derivation).
|
||||
|
||||
Each build task has a special build input executed as *build instructions* in order to perform the build.
|
||||
The result of a build task can be input to another build task.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue