diff options
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 3 | ||||
-rw-r--r-- | Doc/whatsnew/changelog.rst | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 9b71f66..2ef4e91 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -46,8 +46,7 @@ This article explains the new features in Python 3.5, compared to 3.4. Python 3.5 was released on September 13, 2015. See the -`changelog <https://docs.python.org/3.5/whatsnew/changelog.html>`_ for a full -list of changes. +:ref:`changelog <changelog>` for a full list of changes. .. seealso:: diff --git a/Doc/whatsnew/changelog.rst b/Doc/whatsnew/changelog.rst index 07f9094..67a12f3 100644 --- a/Doc/whatsnew/changelog.rst +++ b/Doc/whatsnew/changelog.rst @@ -1,3 +1,5 @@ +.. _changelog: + +++++++++ Changelog +++++++++ |