File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
doc/manual/source/command-ref Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ to a temporary location. The tarball must include a single top-level
3636directory containing at least a file named ` default.nix ` .
3737
3838` nix-build ` is essentially a wrapper around
39- [ ` nix-instantiate ` ] ( nix-instantiate.md ) (to translate a high-level Nix
39+ [ ` nix-instantiate ` ] ( ./ nix-instantiate.md) (to translate a high-level Nix
4040expression to a low-level [ store derivation] ) and [ `nix-store
4141--realise`] ( @docroot@/command-ref/nix-store/realise.md ) (to build the store
4242derivation).
@@ -52,8 +52,8 @@ derivation).
5252# Options
5353
5454All options not listed here are passed to
55- [ ` nix-store --realise ` ] ( nix-store/realise.md ) ,
56- except for ` --arg ` and ` --attr ` / ` -A ` which are passed to [ ` nix-instantiate ` ] ( nix-instantiate.md ) .
55+ [ ` nix-store --realise ` ] ( ./ nix-store/realise.md) ,
56+ except for ` --arg ` and ` --attr ` / ` -A ` which are passed to [ ` nix-instantiate ` ] ( ./ nix-instantiate.md) .
5757
5858- <span id =" opt-no-out-link " >[ ` --no-out-link ` ] ( #opt-no-out-link ) <span >
5959
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ standard input.
3232
3333- ` --add-root ` * path*
3434
35- See the [ corresponding option] ( nix-store.md ) in ` nix-store ` .
35+ See the [ corresponding option] ( ./ nix-store.md) in ` nix-store ` .
3636
3737- ` --parse `
3838
Original file line number Diff line number Diff line change 2323
2424This command shows the difference between the closures of subsequent
2525versions of a profile. See [ `nix store
26- diff-closures`] ( nix3-store-diff-closures.md ) for details.
26+ diff-closures`] ( ./ nix3-store-diff-closures.md) for details.
2727
2828)""
You can’t perform that action at this time.
0 commit comments