summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-12-06 05:59:43 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-12-06 06:00:34 +0100
commit423fa4c072eca1aa4ef64a8bb9894428d7e45231 (patch)
tree0e9836c72cfeb94352d8e34df9a1add6c45eb595 /docs/internals
parent29c9bba8b922089435ccc96727e3e3807e0c09d9 (diff)
[4.1.x] Updated various links to HTTPS and new locations.
Backport of 514884e9a555c51afba3d26d9370a908af4752a6 from main
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/contributing/committing-code.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt
index aab5cf300c..094c05a6bd 100644
--- a/docs/internals/contributing/committing-code.txt
+++ b/docs/internals/contributing/committing-code.txt
@@ -138,7 +138,7 @@ Django's Git repository:
Credit the contributors in the commit message: "Thanks A for the report and B
for review." Use git's `Co-Authored-By`_ as appropriate.
- .. _Co-Authored-By: https://docs.github.com/en/github/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors
+ .. _Co-Authored-By: https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors
* For commits to a branch, prefix the commit message with the branch name.
For example: "[1.4.x] Fixed #xxxxx -- Added support for mind reading."