Continuously built downloads are in /current.

This commit is contained in:
Georg Brandl 2008-10-04 08:11:42 +00:00
parent daeaf6984c
commit 50111c08ac
1 changed files with 1 additions and 1 deletions

View File

@ -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>