From 50111c08ac68916e5c9d733c9d128e8e647b413d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 4 Oct 2008 08:11:42 +0000 Subject: [PATCH] Continuously built downloads are in /current. --- Doc/tools/sphinxext/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/sphinxext/download.html b/Doc/tools/sphinxext/download.html index 59aea63038..181483ced8 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 %}

Download Python {{ release }} Documentation

-- 2.40.0