@@ -65,7 +65,7 @@ Building a complete Python installation requires the use of various
65
65
additional third-party libraries, depending on your build platform and
66
66
configure options. Not all standard library modules are buildable or
67
67
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 >`_
69
69
section of the `Developer Guide `_ for current detailed information on
70
70
dependencies for various Linux distributions and macOS.
71
71
@@ -135,7 +135,7 @@ What's New
135
135
We have a comprehensive overview of the changes in the `What's New in Python
136
136
3.12 <https://docs.python.org/3.12/whatsnew/3.12.html> `_ document. For a more
137
137
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
139
139
accounting of changes can only be gleaned from the `commit history
140
140
<https://github.com/python/cpython/commits/main> `_.
141
141
@@ -189,7 +189,7 @@ your environment, you can `file a bug report
189
189
<https://github.com/python/cpython/issues> `_ and include relevant output from
190
190
that command to show the issue.
191
191
192
- See `Running & Writing Tests <https://devguide.python.org/runtests/ >`_
192
+ See `Running & Writing Tests <https://devguide.python.org/testing/run-write-tests.html >`_
193
193
for more on running tests.
194
194
195
195
Installing multiple versions
0 commit comments