summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-10-08 22:18:44 (GMT)
committerGitHub <noreply@github.com>2022-10-08 22:18:44 (GMT)
commitc86ee93d752d548550168cea68115398cc80d697 (patch)
treefcd2a5b7ab321a80cc613af43cedc097302a5a7c
parent15a11a69e0001eb13998e96a6698dc61937c1d2f (diff)
downloadcpython-c86ee93d752d548550168cea68115398cc80d697.zip
cpython-c86ee93d752d548550168cea68115398cc80d697.tar.gz
cpython-c86ee93d752d548550168cea68115398cc80d697.tar.bz2
Fix link to Lifecycle of a Pull Request in CONTRIBUTING (GH-98102)
* Fix link to Lifecycle of a Pull Request in CONTRIBUTING * Remove trailing backslash. Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> (cherry picked from commit 3378ebb933b00e1b95f1112511aa2cfb597a4ebf) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
-rw-r--r--.github/CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst
index 31d8e85..2b0fa72 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: