about summary refs log tree commit diff
path: root/doc/stdenv
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2024-05-29 15:27:04 +0300
committerDoron Behar <doron.behar@gmail.com>2024-05-30 16:09:03 +0300
commitf4e7ce7719ef657ee9de9fb23e750c44e46989df (patch)
treef35f25aa48538bd1620bec8b8fae4238dc59c834 /doc/stdenv
parent2093ef28d9410f274af967c44f7386a6749ae89e (diff)
doc/meta: small link target shortenning
Shorten the path from the link to the to actual content about
passthru.tests - the content was moved into pkgs/README.md .
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 da0546a4367a3..c47c4be87d5d6 100644
--- a/doc/stdenv/meta.chapter.md
+++ b/doc/stdenv/meta.chapter.md
@@ -137,7 +137,7 @@ Prefer `passthru.tests` for tests that are introduced in nixpkgs because:
 * we can run `passthru.tests` independently
 * `installCheckPhase` adds overhead to each build
 
-For more on how to write and run package tests, see [](#sec-package-tests).
+For more on how to write and run package tests, see [`pkgs/README.md`](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests).
 
 #### NixOS tests {#var-meta-tests-nixos}