diff options
| -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> |
