diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-09-14 02:40:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-14 02:40:32 (GMT) |
commit | 905e4ef86e86dbf8f28b2f6e45af31a6eea84e10 (patch) | |
tree | 84e73a49d51605dd7949e5c30aef569841e51f8c /Doc | |
parent | 9e3cd78ec18b2d2078d30b04307916acd68be37a (diff) | |
download | cpython-905e4ef86e86dbf8f28b2f6e45af31a6eea84e10.zip cpython-905e4ef86e86dbf8f28b2f6e45af31a6eea84e10.tar.gz cpython-905e4ef86e86dbf8f28b2f6e45af31a6eea84e10.tar.bz2 |
[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 1b8f612e1800b6e58472113f4abe8ee7c31f4db7)
Diffstat (limited to 'Doc')
-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 7c92524..63e6a7b 100644 --- a/Doc/whatsnew/index.rst +++ b/Doc/whatsnew/index.rst @@ -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:: |