summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2014-04-09 15:44:34 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2014-04-09 15:44:34 (GMT)
commitf3ddcc9ba75032ad08554daebdbd343d9bce1c6d (patch)
treeb1ada84c3467296258a7a844ea6af57c4e74b1ea /Doc
parent490e53b853c314bf05f369bdab66db0b4701d837 (diff)
downloadcpython-f3ddcc9ba75032ad08554daebdbd343d9bce1c6d.zip
cpython-f3ddcc9ba75032ad08554daebdbd343d9bce1c6d.tar.gz
cpython-f3ddcc9ba75032ad08554daebdbd343d9bce1c6d.tar.bz2
issue #21190: Fix the broken docs download link
Diffstat (limited to 'Doc')
-rw-r--r--Doc/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/README.txt b/Doc/README.txt
index f4f6d81..8e02410 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