]> granicus.if.org Git - python/commitdiff
Merged revisions 69083 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Thu, 29 Jan 2009 03:11:30 +0000 (03:11 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 29 Jan 2009 03:11:30 +0000 (03:11 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69083 | benjamin.peterson | 2009-01-28 21:03:00 -0600 (Wed, 28 Jan 2009) | 1 line

  fix download url
........

Doc/tools/sphinxext/download.html

index 1d17599db8a37de3e1eea609ce4bad876423f1ab..7e90f0e715a2eb6d9aba4dda5f08fcb22ba604c0 100644 (file)
@@ -31,7 +31,7 @@ in the table are the size of the download files in megabytes.</p>
     <td><a href="{{ dlbase }}/python-{{ release }}-docs-html.tar.bz2">Download</a> (ca. 4 MB)</td>
   </tr>
   <tr><td>Plain Text</td>
-    <td><a href="{{ dlbase }}/python-docs-text.zip">Download</a> (ca. 2 MB)</td>
+    <td><a href="{{ dlbase }}/python-{{ release }}-text.zip">Download</a> (ca. 2 MB)</td>
     <td><a href="{{ dlbase }}/python-{{ release }}-docs-text.tar.bz2">Download</a> (ca. 1.5 MB)</td>
   </tr>
 </table>