summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2021-06-26 17:36:14 +0200
committerGitHub <noreply@github.com>2021-06-26 17:36:14 +0200
commit6556d64f45eef023dac48fa6f4f755e66663d6b6 (patch)
tree6848d294305f03c8882351a9fa827cb9cf33b988 /doc
parent3c9af50b8ce8f5cd44b92d1299eb031bfaa1ae8a (diff)
parent3c29ced243cc032806f680ae67845b9b3a879183 (diff)
downloadnixpkgs-6556d64f45eef023dac48fa6f4f755e66663d6b6.tar
nixpkgs-6556d64f45eef023dac48fa6f4f755e66663d6b6.tar.gz
nixpkgs-6556d64f45eef023dac48fa6f4f755e66663d6b6.tar.bz2
nixpkgs-6556d64f45eef023dac48fa6f4f755e66663d6b6.tar.lz
nixpkgs-6556d64f45eef023dac48fa6f4f755e66663d6b6.tar.xz
nixpkgs-6556d64f45eef023dac48fa6f4f755e66663d6b6.tar.zst
nixpkgs-6556d64f45eef023dac48fa6f4f755e66663d6b6.zip
Merge pull request #128163 from nh2/github-actions-backport-link-to-criteria
Make backport bot link to criteria, make `CONTRIBUTING.md` more prominent
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/submitting-changes.chapter.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing/submitting-changes.chapter.md b/doc/contributing/submitting-changes.chapter.md
index 29b8ec493e7..221ba300619 100644
--- a/doc/contributing/submitting-changes.chapter.md
+++ b/doc/contributing/submitting-changes.chapter.md
@@ -62,7 +62,7 @@
 
 - Push your changes to your fork of nixpkgs.
 - Create the pull request
-- Follow [the contribution guidelines](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md#submitting-changes).
+- Follow [the contribution guidelines](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#submitting-changes).
 
 ## Submitting security fixes {#submitting-changes-submitting-security-fixes}
 
@@ -193,7 +193,7 @@ It’s important to test any executables generated by a build when you change or
 
 ### Meets Nixpkgs contribution standards {#submitting-changes-contribution-standards}
 
-The last checkbox is fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md). The contributing document has detailed information on standards the Nix community has for commit messages, reviews, licensing of contributions you make to the project, etc\... Everyone should read and understand the standards the community has for contributing before submitting a pull request.
+The last checkbox is fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md). The contributing document has detailed information on standards the Nix community has for commit messages, reviews, licensing of contributions you make to the project, etc\... Everyone should read and understand the standards the community has for contributing before submitting a pull request.
 
 ## Hotfixing pull requests {#submitting-changes-hotfixing-pull-requests}