http://hg.python.org/cpython/rev/aec35c0d308b changeset: 90195:aec35c0d308b branch: 2.7 user: Senthil Kumaran <senthil at uthcode.com> date: Wed Apr 09 11:41:02 2014 -0400 summary: issue #21190: Fix the docs README link files: Doc/README.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/README.txt b/Doc/README.txt --- a/Doc/README.txt +++ b/Doc/README.txt @@ -3,7 +3,7 @@ This directory contains the reStructuredText (reST) sources to the Python documentation. You don't need to build them yourself, prebuilt versions are -available at http://docs.python.org/download/. +available at https://docs.python.org/2/download.html Documentation on the authoring Python documentation, including information about both style and markup, is available in the "Documenting Python" chapter of the -- Repository URL: http://hg.python.org/cpython