Skip to content

Commit ef6dbe7

Browse files
committed
docs: fixup some rellinks to use ./ prefix for consistency
"./" prefix is already used almost everywhere
1 parent dfac44c commit ef6dbe7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/manual/source/command-ref/nix-build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ to a temporary location. The tarball must include a single top-level
3636
directory 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
4040
expression to a low-level [store derivation]) and [`nix-store
4141
--realise`](@docroot@/command-ref/nix-store/realise.md) (to build the store
4242
derivation).
@@ -52,8 +52,8 @@ derivation).
5252
# Options
5353

5454
All 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

doc/manual/source/command-ref/nix-instantiate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/nix/profile-diff-closures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ R""(
2323

2424
This command shows the difference between the closures of subsequent
2525
versions 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
)""

0 commit comments

Comments
 (0)