From ae03f81ffa9dd35b97baf917e4fc944cd0de3b5c Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Wed, 27 Aug 2025 18:36:01 -0300 Subject: Replaced :doc: role usage with :ref: when appropriate in docs. --- docs/internals/contributing/writing-code/working-with-git.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/internals/contributing/writing-code') diff --git a/docs/internals/contributing/writing-code/working-with-git.txt b/docs/internals/contributing/writing-code/working-with-git.txt index 579543f876..7209bc0624 100644 --- a/docs/internals/contributing/writing-code/working-with-git.txt +++ b/docs/internals/contributing/writing-code/working-with-git.txt @@ -4,7 +4,7 @@ Working with Git and GitHub This section explains how the community can contribute code to Django via pull requests. If you're interested in how :ref:`mergers ` handle -them, see :doc:`../committing-code`. +them, see :ref:`handling-pull-requests`. Below, we are going to show how to create a GitHub pull request containing the changes for Trac ticket #xxxxx. By creating a fully-ready pull request, you -- cgit v1.3