From 42fcad26a487df166ee75600fbaab9818e967a0a Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Fri, 7 May 2021 23:25:37 -0400 Subject: [PATCH] Fix the whatsnew/3.11.rst to link to the blurb-generated changelog. (GH-25979) --- Doc/whatsnew/3.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 13d7a3dbb61..8e97c092bf5 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 `. .. note::