diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-09-13 23:47:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-13 23:47:33 (GMT) |
commit | 1b8f612e1800b6e58472113f4abe8ee7c31f4db7 (patch) | |
tree | 7b477f1a87c3d9dccc44f50f822bb67f02532035 /Doc/whatsnew/index.rst | |
parent | 096ae3373abac2c8b3a26a3fe33cc8bd4cbccd4e (diff) | |
download | cpython-1b8f612e1800b6e58472113f4abe8ee7c31f4db7.zip cpython-1b8f612e1800b6e58472113f4abe8ee7c31f4db7.tar.gz cpython-1b8f612e1800b6e58472113f4abe8ee7c31f4db7.tar.bz2 |
bpo-31458: Update Misc/NEWS link in What's New page (GH-3555)
Update the link from Misc/NEWS to Misc/NEWS.d
Diffstat (limited to 'Doc/whatsnew/index.rst')
-rw-r--r-- | Doc/whatsnew/index.rst | 2 |
1 files changed, 1 insertions, 1 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:: |