diff options
-rw-r--r-- | Doc/whatsnew/index.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/whatsnew/index.rst b/Doc/whatsnew/index.rst index 63e6a7b..aacdb22 100644 --- a/Doc/whatsnew/index.rst +++ b/Doc/whatsnew/index.rst @@ -27,8 +27,10 @@ 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.d` which -contains *all* nontrivial changes to Python for the current version. +The "Changelog" is an HTML version of the `file built +<https://pypi.org/project/blurb>`_ from the contents of the +:source:`Misc/NEWS.d` directory tree, which contains *all* nontrivial changes +to Python for the current version. .. toctree:: :maxdepth: 2 |