From 7913cbc09d1920343a9c5aeec24cb72e9c9402e5 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sat, 24 Aug 2019 01:12:05 -0400 Subject: [PATCH] Fix link to changelog in 3.9 What's New page (GH-15445) --- Doc/whatsnew/3.9.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 05a17a5c739..10217f194eb 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -47,7 +47,7 @@ This article explains the new features in Python 3.9, compared to 3.8. -For full details, see the :source:`Misc/NEWS` file. +For full details, see the :ref:`changelog `. .. note::