summary refs log tree commit diff
diff options
context:
space:
mode:
authorKenichi Kamiya <kachick1@gmail.com>2023-10-16 19:15:13 +0900
committerKenichi Kamiya <kachick1@gmail.com>2023-10-16 19:15:13 +0900
commit9961e93d6bd8ea80bc6b355369f7710a6c06478d (patch)
treeeade9ec3ec37631f46669f4b4b82fb68d47de350
parentef63989be6c77aebf8102d5405f1c6cee60168ca (diff)
downloadnixpkgs-9961e93d6bd8ea80bc6b355369f7710a6c06478d.tar
nixpkgs-9961e93d6bd8ea80bc6b355369f7710a6c06478d.tar.gz
nixpkgs-9961e93d6bd8ea80bc6b355369f7710a6c06478d.tar.bz2
nixpkgs-9961e93d6bd8ea80bc6b355369f7710a6c06478d.tar.lz
nixpkgs-9961e93d6bd8ea80bc6b355369f7710a6c06478d.tar.xz
nixpkgs-9961e93d6bd8ea80bc6b355369f7710a6c06478d.tar.zst
nixpkgs-9961e93d6bd8ea80bc6b355369f7710a6c06478d.zip
CONTRIBUTING.md: fix a typo of link to maintainers
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e30a4bb0f95..32201333c37 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -538,7 +538,7 @@ To get a sense for what changes are considered mass rebuilds, see [previously me
   When adding yourself as maintainer, in the same pull request, make a separate
   commit with the message `maintainers: add <handle>`.
   Add the commit before those making changes to the package or module.
-  See [Nixpkgs Maintainers](../maintainers/README.md) for details.
+  See [Nixpkgs Maintainers](./maintainers/README.md) for details.
 
 ### Writing good commit messages