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 /src/libcmd | |
parent | 1c98daf6e8bdf771ed3b17c947384fef4ed8d006 (diff) | |
parent | 6ae4d762d0a1b208eaa47e9bd8960571ac908af7 (diff) |
Merge pull request #7541 from hercules-ci/check-manual-links
Check links in the manual
Diffstat (limited to 'src/libcmd')
-rw-r--r-- | src/libcmd/common-eval-args.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcmd/common-eval-args.cc b/src/libcmd/common-eval-args.cc index 0e321e5e4..908127b4d 100644 --- a/src/libcmd/common-eval-args.cc +++ b/src/libcmd/common-eval-args.cc @@ -34,8 +34,8 @@ MixEvalArgs::MixEvalArgs() .shortName = 'I', .description = R"( Add *path* to the Nix search path. The Nix search path is - initialized from the colon-separated [`NIX_PATH`](./env-common.md#env-NIX_PATH) environment - variable, and is used to look up the location of Nix expressions using [paths](../language/values.md#type-path) enclosed in angle + initialized from the colon-separated [`NIX_PATH`](@docroot@/command-ref/env-common.md#env-NIX_PATH) environment + variable, and is used to look up the location of Nix expressions using [paths](@docroot@/language/values.md#type-path) enclosed in angle brackets (i.e., `<nixpkgs>`). For instance, passing |