diff options
author | Jacob Walls <jacobtylerwalls@gmail.com> | 2022-10-08 22:16:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-08 22:16:52 (GMT) |
commit | 3378ebb933b00e1b95f1112511aa2cfb597a4ebf (patch) | |
tree | a6649d9229d0e04e54e3e70feb5c2b7f125344fd /.github/CONTRIBUTING.rst | |
parent | d8765284f33ec221b5fe07b439ca2dc2d648251d (diff) | |
download | cpython-3378ebb933b00e1b95f1112511aa2cfb597a4ebf.zip cpython-3378ebb933b00e1b95f1112511aa2cfb597a4ebf.tar.gz cpython-3378ebb933b00e1b95f1112511aa2cfb597a4ebf.tar.bz2 |
Fix link to Lifecycle of a Pull Request in CONTRIBUTING (#98102)
* Fix link to Lifecycle of a Pull Request in CONTRIBUTING
* Remove trailing backslash.
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Diffstat (limited to '.github/CONTRIBUTING.rst')
-rw-r--r-- | .github/CONTRIBUTING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index 627f570..f4affee 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -38,7 +38,7 @@ also suggestions on how you can most effectively help the project. Please be aware that our workflow does deviate slightly from the typical GitHub project. Details on how to properly submit a pull request are covered in -`Lifecycle of a Pull Request <https://devguide.python.org/pullrequest/>`_. +`Lifecycle of a Pull Request <https://devguide.python.org/getting-started/pull-request-lifecycle.html>`_. We utilize various bots and status checks to help with this, so do follow the comments they leave and their "Details" links, respectively. The key points of our workflow that are not covered by a bot or status check are: |