about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2023-11-13 14:01:33 +0100
committerGitHub <noreply@github.com>2023-11-13 14:01:33 +0100
commitfdee770336fcec4f04b2e23b467a187ce00f2f32 (patch)
tree9f8f7507d2ecad05afdaee70915cd368bfcbcd24 /CONTRIBUTING.md
parentaefffb674c88524ce8b5c22bc6d97fa90504b7cc (diff)
parent8feb68f9653d3ed6f371d307b1f740f14f7602a0 (diff)
downloadnixlib-fdee770336fcec4f04b2e23b467a187ce00f2f32.tar
nixlib-fdee770336fcec4f04b2e23b467a187ce00f2f32.tar.gz
nixlib-fdee770336fcec4f04b2e23b467a187ce00f2f32.tar.bz2
nixlib-fdee770336fcec4f04b2e23b467a187ce00f2f32.tar.lz
nixlib-fdee770336fcec4f04b2e23b467a187ce00f2f32.tar.xz
nixlib-fdee770336fcec4f04b2e23b467a187ce00f2f32.tar.zst
nixlib-fdee770336fcec4f04b2e23b467a187ce00f2f32.zip
Merge pull request #263575 from pbsds/contributing-link-naming-conventino
CONTRIBUTING: Add hotlinks to package and module reviewing guides, minor touchups
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 dadda215b0df..f204758e7be8 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: