From: Senthil Kumaran <senthil@uthcode.com> Date: Wed, 9 Apr 2014 15:44:34 +0000 (-0400) Subject: issue #21190: Fix the broken docs download link X-Git-Tag: v3.4.1rc1~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3ddcc9ba75032ad08554daebdbd343d9bce1c6d;p=python issue #21190: Fix the broken docs download link --- diff --git a/Doc/README.txt b/Doc/README.txt index f4f6d81bc9..8e0241096b 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/3.4/download.html>. Documentation on the authoring Python documentation, including information about both style and markup, is available in the "Documenting Python" chapter of the