about summary refs log tree commit diff
path: root/doc/stdenv
diff options
context:
space:
mode:
authorasymmetric <lorenzo@mailbox.org>2023-09-14 17:09:39 +0200
committerGitHub <noreply@github.com>2023-09-14 17:09:39 +0200
commitb414f942e0379771422fd6e203a558ab7151eac5 (patch)
tree63ee37fae6e480fc804b1957c827822f9b75cfc7 /doc/stdenv
parenta29cf4aece7ed0f497f600faec9614c6feb5159b (diff)
doc: link, instead of just mentioning, Nix manual (#255126)
Instead of just telling the reader to go find the relevant section of the Nix
manual, let's just link to it. Yay hypertext!
Diffstat (limited to 'doc/stdenv')
-rw-r--r--doc/stdenv/meta.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv/meta.chapter.md b/doc/stdenv/meta.chapter.md
index b05dcd4c0a99e..c187f0602a1e1 100644
--- a/doc/stdenv/meta.chapter.md
+++ b/doc/stdenv/meta.chapter.md
@@ -75,7 +75,7 @@ The name of the main binary for the package. This affects the binary `nix run` e
 
 ### `priority` {#var-meta-priority}
 
-The *priority* of the package, used by `nix-env` to resolve file name conflicts between packages. See the Nix manual page for `nix-env` for details. Example: `"10"` (a low-priority package).
+The *priority* of the package, used by `nix-env` to resolve file name conflicts between packages. See the [manual page for `nix-env`](https://nixos.org/manual/nix/stable/command-ref/nix-env) for details. Example: `"10"` (a low-priority package).
 
 ### `platforms` {#var-meta-platforms}