[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 1b8f612e18)
This commit is contained in:
Mariatta 2017-09-13 19:40:32 -07:00 committed by GitHub
parent 9e3cd78ec1
commit 905e4ef86e
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ anyone wishing to stay up-to-date after a new release.
2.1.rst 2.1.rst
2.0.rst 2.0.rst
The "Changelog" is a HTML version of the file :source:`Misc/NEWS` which The "Changelog" is a HTML version of the file :source:`Misc/NEWS.d` which
contains *all* nontrivial changes to Python for the current version. contains *all* nontrivial changes to Python for the current version.
.. toctree:: .. toctree::

View file

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