From 6bb74f3de88579449a2142152e219b5887fe2ef7 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 9 Aug 2021 01:07:52 -0400 Subject: [3.2.x] Fixed some broken links and redirects in docs. Backport of 259b28706e5084f5207792e066a33e35c7a661d4 from main --- docs/internals/contributing/committing-code.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/internals/contributing/committing-code.txt') diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt index 05eb1f91ca..7312230884 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-a-commit-with-multiple-authors + .. _Co-Authored-By: https://docs.github.com/en/github/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." -- cgit v1.3