summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-10-26 14:06:05 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2023-11-13 13:46:14 +0100
commit8feb68f9653d3ed6f371d307b1f740f14f7602a0 (patch)
treeee902e18a067342f3db9bbcee099eea595f00da1 /CONTRIBUTING.md
parentcdd3d8500df90882d59264ea6288776dc9b441b7 (diff)
downloadnixpkgs-8feb68f9653d3ed6f371d307b1f740f14f7602a0.tar
nixpkgs-8feb68f9653d3ed6f371d307b1f740f14f7602a0.tar.gz
nixpkgs-8feb68f9653d3ed6f371d307b1f740f14f7602a0.tar.bz2
nixpkgs-8feb68f9653d3ed6f371d307b1f740f14f7602a0.tar.lz
nixpkgs-8feb68f9653d3ed6f371d307b1f740f14f7602a0.tar.xz
nixpkgs-8feb68f9653d3ed6f371d307b1f740f14f7602a0.tar.zst
nixpkgs-8feb68f9653d3ed6f371d307b1f740f14f7602a0.zip
{pkgs,nixos}/README.md: Hotlink package and module reviewing guidelines, fix references
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 06b9c10dfec..c699dd21f09 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -465,7 +465,7 @@ Is the change [acceptable for releases][release-acceptable] and do you wish to h
 - No: Use the `master` branch, do not backport the pull request.
 - Yes: Can the change be implemented the same way on the `master` and release branches?
   For example, a packages major version might differ between the `master` and release branches, such that separate security patches are required.
-  - Yes: Use the `master` branch and [backport the pull request](#backporting-changes).
+  - Yes: Use the `master` branch and [backport the pull request](#how-to-backport-pull-requests).
   - No: Create separate pull requests to the `master` and `release-XX.YY` branches.
 
 Furthermore, if the change causes a [mass rebuild][mass-rebuild], use the appropriate staging branch instead: