diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-09 21:54:12 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-09 21:54:12 +0200 |
| commit | a948ea02da7d21166fc1847f72142d4d6e30e60a (patch) | |
| tree | 86e132de82a08cf9791431ea48f3609bbf67fd8c /downloads | |
| parent | e3c03f8d6cc0a1dc678e279cc247c5df1dc849f0 (diff) | |
| download | alpine-mksite-a948ea02da7d21166fc1847f72142d4d6e30e60a.tar.bz2 alpine-mksite-a948ea02da7d21166fc1847f72142d4d6e30e60a.tar.xz | |
downloads: fix temp download links
Diffstat (limited to 'downloads')
| -rw-r--r-- | downloads/index.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/downloads/index.md b/downloads/index.md index fc4ded8..8c0eb85 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -18,11 +18,14 @@ Downloads <tr> <td>{{flavor}}</td> <td>{{arch}}</td> - <td>{{iso}}</td> + <td><a href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}">{{iso}}</a></td> <td>{{date}}</td> <td>{{size}}</td> - <td><a href="{{iso}}.sha1" title="{{sha1}}">sha1</a> - | <a href="{{iso}}.sha256" title="{{sha256}}">sha256</a></td> + <td> + <a href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}.sha1">sha1</a> + | + <a href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}.sha256">sha256</a> + </td> </tr> {{/latest-releases}} </table> |
