aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2017-09-13 16:47:33 -0700
committerGitHub <noreply@github.com>2017-09-13 16:47:33 -0700
commit1b8f612e1800b6e58472113f4abe8ee7c31f4db7 (patch)
tree7b477f1a87c3d9dccc44f50f822bb67f02532035
parentbpo-31234: Try to fix lock_tests warning (#3557) (diff)
downloadcpython-1b8f612e1800b6e58472113f4abe8ee7c31f4db7.tar.gz
cpython-1b8f612e1800b6e58472113f4abe8ee7c31f4db7.tar.bz2
cpython-1b8f612e1800b6e58472113f4abe8ee7c31f4db7.zip
bpo-31458: Update Misc/NEWS link in What's New page (GH-3555)
Update the link from Misc/NEWS to Misc/NEWS.d
-rw-r--r--Doc/whatsnew/index.rst2
-rw-r--r--README.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/index.rst b/Doc/whatsnew/index.rst
index 160b364a4bc..20b599e3163 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::
diff --git a/README.rst b/README.rst
index b7e9eff4097..201af0ffeb4 100644
--- a/README.rst
+++ b/README.rst
@@ -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>`_.