summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-17 17:29:12 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-17 17:29:12 (GMT)
commitfa7aeecbca8265b81749c0c7c85704070c8eeefe (patch)
treee7bac1123b8b4ee311f061940a59005e828f4f9e
parent9c594af3dd7bc020057b3559cf940cdfab89f177 (diff)
downloadcpython-fa7aeecbca8265b81749c0c7c85704070c8eeefe.zip
cpython-fa7aeecbca8265b81749c0c7c85704070c8eeefe.tar.gz
cpython-fa7aeecbca8265b81749c0c7c85704070c8eeefe.tar.bz2
#16157: fix links in the whatsnew files.
-rw-r--r--Doc/whatsnew/3.2.rst2
-rw-r--r--Doc/whatsnew/3.3.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index a2ee112..6f0e407 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -50,7 +50,7 @@
This article explains the new features in Python 3.2 as compared to 3.1. It
focuses on a few highlights and gives a few examples. For full details, see the
-:source:`Misc/NEWS <Misc/NEWS>` file.
+`Misc/NEWS <http://hg.python.org/cpython/file/3.2/Misc/NEWS>`_ file.
.. seealso::
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 485cdea..4b9dc9c 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -44,7 +44,7 @@
This article explains the new features in Python 3.3, compared to 3.2.
Python 3.3 was released on September 29, 2012. For full details,
-see the :source:`Misc/NEWS` file.
+see the `changelog <http://docs.python.org/3.3/whatsnew/changelog.html>`_.
.. seealso::