[Python-checkins] Fix link to Lifecycle of a Pull Request in CONTRIBUTING (GH-98102)

miss-islington webhook-mailer at python.org
Sat Oct 8 18:19:53 EDT 2022


https://github.com/python/cpython/commit/afed44897804019f2601de2cf63d79be5d071d0e
commit: afed44897804019f2601de2cf63d79be5d071d0e
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-10-08T15:19:48-07:00
summary:

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 at gmail.com>
(cherry picked from commit 3378ebb933b00e1b95f1112511aa2cfb597a4ebf)

Co-authored-by: Jacob Walls <jacobtylerwalls at gmail.com>

files:
M .github/CONTRIBUTING.rst

diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst
index 627f57070d20..f4affee76e1d 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:



More information about the Python-checkins mailing list