mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
[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:
parent
9e3cd78ec1
commit
905e4ef86e
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ anyone wishing to stay up-to-date after a new release.
|
|||
2.1.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.
|
||||
|
||||
.. toctree::
|
||||
|
|
|
@ -127,7 +127,7 @@ What's New
|
|||
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
|
||||
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
|
||||
<https://github.com/python/cpython/commits/3.6>`_.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue