[Python-checkins] gh-98083: Fix URLs in `README.rst` (GH-98082)

miss-islington webhook-mailer at python.org
Sun Oct 9 21:34:04 EDT 2022


https://github.com/python/cpython/commit/21b13c24ba4cf4aa990b1b5404992b179976a506
commit: 21b13c24ba4cf4aa990b1b5404992b179976a506
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-09T18:33:59-07:00
summary:

gh-98083: Fix URLs in `README.rst` (GH-98082)

(cherry picked from commit fc342c62e0debb194d60e79b37e346bf8d940d7a)

Co-authored-by: Tiger <tnie at tuta.io>

files:
M README.rst

diff --git a/README.rst b/README.rst
index 2e7eb04000d7..26239787b836 100644
--- a/README.rst
+++ b/README.rst
@@ -65,7 +65,7 @@ Building a complete Python installation requires the use of various
 additional third-party libraries, depending on your build platform and
 configure options.  Not all standard library modules are buildable or
 useable on all platforms.  Refer to the
-`Install dependencies <https://devguide.python.org/setup/#install-dependencies>`_
+`Install dependencies <https://devguide.python.org/getting-started/setup-building.html#build-dependencies>`_
 section of the `Developer Guide`_ for current detailed information on
 dependencies for various Linux distributions and macOS.
 
@@ -135,7 +135,7 @@ What's New
 We have a comprehensive overview of the changes in the `What's New in Python
 3.11 <https://docs.python.org/3.11/whatsnew/3.11.html>`_ document.  For a more
 detailed change log, read `Misc/NEWS
-<https://github.com/python/cpython/blob/main/Misc/NEWS.d>`_, but a full
+<https://github.com/python/cpython/tree/main/Misc/NEWS.d>`_, but a full
 accounting of changes can only be gleaned from the `commit history
 <https://github.com/python/cpython/commits/main>`_.
 
@@ -189,7 +189,7 @@ your environment, you can `file a bug report
 <https://github.com/python/cpython/issues>`_ and include relevant output from
 that command to show the issue.
 
-See `Running & Writing Tests <https://devguide.python.org/runtests/>`_
+See `Running & Writing Tests <https://devguide.python.org/testing/run-write-tests.html>`_
 for more on running tests.
 
 Installing multiple versions



More information about the Python-checkins mailing list