diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-24 14:31:33 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-07-24 14:31:33 +0200 |
commit | da3d776cb91123a4d0528251b7ce909419ca0c7a (patch) | |
tree | e55735c90a32f1ce173ecc7eb7af68c002e29766 /doc/manual/src/expressions/expression-syntax.md | |
parent | 4a79b3598f077983dd5717d7822ef8cb6a9fa967 (diff) |
Fix some dangling references
Diffstat (limited to 'doc/manual/src/expressions/expression-syntax.md')
-rw-r--r-- | doc/manual/src/expressions/expression-syntax.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/manual/src/expressions/expression-syntax.md b/doc/manual/src/expressions/expression-syntax.md index 2abe6ac6e..e3432b577 100644 --- a/doc/manual/src/expressions/expression-syntax.md +++ b/doc/manual/src/expressions/expression-syntax.md @@ -61,9 +61,10 @@ elements (referenced from the figure by number): sometimes be omitted, in which case `mkDerivation` will fill in a default builder (which does a `configure; make; make install`, in essence). Hello is sufficiently simple that the default builder - would suffice, but in this case, we will show an actual builder for - educational purposes. The value `./builder.sh` refers to the shell - script shown in [???](#ex-hello-builder), discussed below. + would suffice, but in this case, we will show an actual builder + for educational purposes. The value `./builder.sh` refers to the + shell script shown in the [next section](build-script.md), + discussed below. 5. The builder has to know what the sources of the package are. Here, the attribute `src` is bound to the result of a call to the |