diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-08-27 18:36:01 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-08-28 13:48:32 -0300 |
| commit | ae03f81ffa9dd35b97baf917e4fc944cd0de3b5c (patch) | |
| tree | 48d540f2c31f5ea6bcba3bc2763349d001030895 /docs/internals/contributing/writing-code/working-with-git.txt | |
| parent | a9fe98d5bd4212d069afe8316101984aadecfbb2 (diff) | |
Replaced :doc: role usage with :ref: when appropriate in docs.
Diffstat (limited to 'docs/internals/contributing/writing-code/working-with-git.txt')
| -rw-r--r-- | docs/internals/contributing/writing-code/working-with-git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 <mergers-team>` 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 |
