diff options
author | Ned Deily <nad@python.org> | 2021-05-08 03:25:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 03:25:37 (GMT) |
commit | 42fcad26a487df166ee75600fbaab9818e967a0a (patch) | |
tree | 27f21cb0c091825dc917948f94a79e309c606bf3 | |
parent | c40ab5b699b5c902b477d3cc0eb0fd85165db787 (diff) | |
download | cpython-42fcad26a487df166ee75600fbaab9818e967a0a.zip cpython-42fcad26a487df166ee75600fbaab9818e967a0a.tar.gz cpython-42fcad26a487df166ee75600fbaab9818e967a0a.tar.bz2 |
Fix the whatsnew/3.11.rst to link to the blurb-generated changelog. (GH-25979)
-rw-r--r-- | Doc/whatsnew/3.11.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 13d7a3d..8e97c09 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -47,7 +47,7 @@ This article explains the new features in Python 3.11, compared to 3.10. -For full details, see the :source:`Misc/NEWS` file. +For full details, see the :ref:`changelog <changelog>`. .. note:: |