diff options
| -rw-r--r-- | Doc/whatsnew/index.rst | 2 | ||||
| -rw-r--r-- | README.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/index.rst b/Doc/whatsnew/index.rst index 160b364..20b599e 100644 --- a/Doc/whatsnew/index.rst +++ b/Doc/whatsnew/index.rst @@ -28,7 +28,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:: @@ -128,7 +128,7 @@ What's New We have a comprehensive overview of the changes in the `What's New in Python 3.7 <https://docs.python.org/3.7/whatsnew/3.7.html>`_ document. For a more detailed change log, read `Misc/NEWS -<https://github.com/python/cpython/blob/master/Misc/NEWS>`_, but a full +<https://github.com/python/cpython/blob/master/Misc/NEWS.d>`_, but a full accounting of changes can only be gleaned from the `commit history <https://github.com/python/cpython/commits/master>`_. |
