From: Senthil Kumaran Date: Wed, 9 Apr 2014 15:41:02 +0000 (-0400) Subject: issue #21190: Fix the docs README link X-Git-Tag: v2.7.7rc1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5460096778dcb700f850c16c6ad63531430d433;p=python issue #21190: Fix the docs README link --- diff --git a/Doc/README.txt b/Doc/README.txt index 7fac730e55..b8ff47f649 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -3,7 +3,7 @@ Python Documentation README 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