diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-01-10 23:07:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 23:07:38 +0100 |
commit | f58c30111261a3ad50a6cb462cb2df7c49aa82e4 (patch) | |
tree | f6351a0c7f165b5f04ceedfa5a5b3930d0d0159a /doc/manual/src/command-ref/env-common.md | |
parent | 1c98daf6e8bdf771ed3b17c947384fef4ed8d006 (diff) | |
parent | 6ae4d762d0a1b208eaa47e9bd8960571ac908af7 (diff) |
Merge pull request #7541 from hercules-ci/check-manual-links
Check links in the manual
Diffstat (limited to 'doc/manual/src/command-ref/env-common.md')
-rw-r--r-- | doc/manual/src/command-ref/env-common.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/env-common.md b/doc/manual/src/command-ref/env-common.md index 5845bdc43..bb85a6b07 100644 --- a/doc/manual/src/command-ref/env-common.md +++ b/doc/manual/src/command-ref/env-common.md @@ -11,7 +11,7 @@ Most Nix commands interpret the following environment variables: expressions using [paths](../language/values.md#type-path) enclosed in angle brackets (i.e., `<path>`), e.g. `/home/eelco/Dev:/etc/nixos`. It can be extended using the - [`-I` option](./opt-common#opt-I). + [`-I` option](./opt-common.md#opt-I). - [`NIX_IGNORE_SYMLINK_STORE`]{#env-NIX_IGNORE_SYMLINK_STORE}\ Normally, the Nix store directory (typically `/nix/store`) is not |