diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-24 15:46:16 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-07-24 15:46:16 +0200 |
commit | 05a282295f3d454c811f9bdd9b755f6a5c07c190 (patch) | |
tree | d68c32b105d450dbe9e9399f2ccd84785a0f5c29 /doc/manual/src/expressions/simple-building-testing.md | |
parent | da3d776cb91123a4d0528251b7ce909419ca0c7a (diff) |
Fix internal links
Diffstat (limited to 'doc/manual/src/expressions/simple-building-testing.md')
-rw-r--r-- | doc/manual/src/expressions/simple-building-testing.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/manual/src/expressions/simple-building-testing.md b/doc/manual/src/expressions/simple-building-testing.md index c3e8d7f82..ca422acea 100644 --- a/doc/manual/src/expressions/simple-building-testing.md +++ b/doc/manual/src/expressions/simple-building-testing.md @@ -19,11 +19,11 @@ yet. The best way to test the package is by using the command $ ./result/bin/hello Hello, world! -The [`-A`](#opt-attr) option selects the `hello` attribute. This is -faster than using the symbolic package name specified by the `name` -attribute (which also happens to be `hello`) and is unambiguous (there -can be multiple packages with the symbolic name `hello`, but there can -be only one attribute in a set named `hello`). +The `-A` option selects the `hello` attribute. This is faster than +using the symbolic package name specified by the `name` attribute +(which also happens to be `hello`) and is unambiguous (there can be +multiple packages with the symbolic name `hello`, but there can be +only one attribute in a set named `hello`). `nix-build` registers the `./result` symlink as a garbage collection root, so unless and until you delete the `./result` symlink, the output |