diff options
author | Dan McGee <dan@archlinux.org> | 2011-08-19 12:30:56 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-19 12:30:56 -0500 |
commit | 33f3e9fe501d2d0b474f69359e7099dc7fb04f7a (patch) | |
tree | 6eaa606421c6cbc031b43be0abb64deb938694c7 /templates | |
parent | 6bc2b84516c93ef84799671c51d9a51d46b5570f (diff) |
Make direct download ISO links point to versioned directory
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/public/download.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 78a2f964..ea1a5db4 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -133,7 +133,6 @@ <li><a href="http://www.archlinux.org/iso/{{version}}/md5sums.txt" title="Get the latest MD5 checksums">MD5 checksums</a></li> </ul> - {% endwith %} {% cache 600 download-mirrors %} <table id="download-mirrors"> @@ -154,13 +153,14 @@ </td></tr> <tr><td class="mirror-server">{{mirror_url.mirror.name}}</td><td> {% endifchanged %} - <a href="{{mirror_url.url}}iso/" - title="Download from {{mirror_url.url}}iso/">{{mirror_url.protocol.protocol|upper}}</a> + <a href="{{mirror_url.url}}iso/{{ version }}/" + title="Download from {{mirror_url.url}}">{{mirror_url.protocol.protocol|upper}}</a> {% endfor %} </td></tr> </tbody> </table> {% endcache %} + {% endwith %} <p>If you want to become an Official Arch Linux Mirror please follow the instructions listed <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:NewMirrors">here</a>.</p> |