Skip to content

Commit fc342c6

Browse files
authored
pythongh-98083: Fix URLs in README.rst (python#98082)
1 parent c459fed commit fc342c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Building a complete Python installation requires the use of various
6565
additional third-party libraries, depending on your build platform and
6666
configure options. Not all standard library modules are buildable or
6767
useable on all platforms. Refer to the
68-
`Install dependencies <https://devguide.python.org/setup/#install-dependencies>`_
68+
`Install dependencies <https://devguide.python.org/getting-started/setup-building.html#build-dependencies>`_
6969
section of the `Developer Guide`_ for current detailed information on
7070
dependencies for various Linux distributions and macOS.
7171

@@ -135,7 +135,7 @@ What's New
135135
We have a comprehensive overview of the changes in the `What's New in Python
136136
3.12 <https://docs.python.org/3.12/whatsnew/3.12.html>`_ document. For a more
137137
detailed change log, read `Misc/NEWS
138-
<https://github.com/python/cpython/blob/main/Misc/NEWS.d>`_, but a full
138+
<https://github.com/python/cpython/tree/main/Misc/NEWS.d>`_, but a full
139139
accounting of changes can only be gleaned from the `commit history
140140
<https://github.com/python/cpython/commits/main>`_.
141141

@@ -189,7 +189,7 @@ your environment, you can `file a bug report
189189
<https://github.com/python/cpython/issues>`_ and include relevant output from
190190
that command to show the issue.
191191

192-
See `Running & Writing Tests <https://devguide.python.org/runtests/>`_
192+
See `Running & Writing Tests <https://devguide.python.org/testing/run-write-tests.html>`_
193193
for more on running tests.
194194

195195
Installing multiple versions

0 commit comments

Comments
 (0)