Skip to content

Commit 905e4ef

Browse files
authored
[3.6] bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) (GH-3560)
Update the link from Misc/NEWS to Misc/NEWS.d (cherry picked from commit 1b8f612)
1 parent 9e3cd78 commit 905e4ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/whatsnew/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ anyone wishing to stay up-to-date after a new release.
2727
2.1.rst
2828
2.0.rst
2929

30-
The "Changelog" is a HTML version of the file :source:`Misc/NEWS` which
30+
The "Changelog" is a HTML version of the file :source:`Misc/NEWS.d` which
3131
contains *all* nontrivial changes to Python for the current version.
3232

3333
.. toctree::

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ What's New
127127
We have a comprehensive overview of the changes in the `What's New in Python
128128
3.6 <https://docs.python.org/3.6/whatsnew/3.6.html>`_ document. For a more
129129
detailed change log, read `Misc/NEWS
130-
<https://github.com/python/cpython/blob/3.6/Misc/NEWS>`_, but a full
130+
<https://github.com/python/cpython/blob/3.6/Misc/NEWS.d>`_, but a full
131131
accounting of changes can only be gleaned from the `commit history
132132
<https://github.com/python/cpython/commits/3.6>`_.
133133

0 commit comments

Comments
 (0)