diff options
author | Georg Brandl <georg@python.org> | 2008-10-04 08:11:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-10-04 08:11:42 (GMT) |
commit | 50111c08ac68916e5c9d733c9d128e8e647b413d (patch) | |
tree | 1c69335f4eeffd66c2037e6c840be86972e120a2 /Doc | |
parent | daeaf6984cf366a41fce5669cf03391af399c6b1 (diff) | |
download | cpython-50111c08ac68916e5c9d733c9d128e8e647b413d.zip cpython-50111c08ac68916e5c9d733c9d128e8e647b413d.tar.gz cpython-50111c08ac68916e5c9d733c9d128e8e647b413d.tar.bz2 |
Continuously built downloads are in /current.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/sphinxext/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/download.html b/Doc/tools/sphinxext/download.html index 59aea63..181483c 100644 --- a/Doc/tools/sphinxext/download.html +++ b/Doc/tools/sphinxext/download.html @@ -1,6 +1,6 @@ {% extends "layout.html" %} {% set title = 'Download' %} -{% set dlbase = 'http://docs.python.org/ftp/python/doc/' + release %} +{% set dlbase = 'http://docs.python.org/ftp/python/doc/current' %} {% block body %} <h1>Download Python {{ release }} Documentation</h1> |