From d5460096778dcb700f850c16c6ad63531430d433 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Wed, 9 Apr 2014 11:41:02 -0400 Subject: [PATCH] issue #21190: Fix the docs README link --- Doc/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1