diff options
author | Ned Deily <nad@python.org> | 2018-02-28 18:58:38 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-02-28 18:58:38 (GMT) |
commit | 45ab51c142c2dc70a2abb7100b3cb3457bc18516 (patch) | |
tree | 9dc885229d77c5d7910eaf8f6de7ce6c43d1ecfe /Doc/whatsnew | |
parent | 881323db717f9b6ffe30d14104a2925c77f28db7 (diff) | |
download | cpython-45ab51c142c2dc70a2abb7100b3cb3457bc18516.zip cpython-45ab51c142c2dc70a2abb7100b3cb3457bc18516.tar.gz cpython-45ab51c142c2dc70a2abb7100b3cb3457bc18516.tar.bz2 |
Fix 3.8 whatsnew changelog link
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.8.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 1d722ef..904a358 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -47,7 +47,7 @@ This article explains the new features in Python 3.8, compared to 3.7. -For full details, see the :source:`Misc/NEWS` file. +For full details, see the :ref:`changelog <changelog>`. .. note:: |