diff options
author | Jakub Klinkovský <j.l.k@gmx.com> | 2014-07-01 13:03:06 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-09-01 22:30:12 +0200 |
commit | 35fc1b458ce4b549607f1ab0c846ba5998da0183 (patch) | |
tree | dab61147088038c4b4c5edad0b7eb6ea5a1295ec /templates/public/download.html | |
parent | 45f5ba71e76128bb266f6621b7eaec71af19ed2b (diff) | |
download | archweb-35fc1b458ce4b549607f1ab0c846ba5998da0183.tar.gz archweb-35fc1b458ce4b549607f1ab0c846ba5998da0183.tar.xz |
update URLs to Arch wiki
Signed-off-by: Jakub Klinkovský <j.l.k@gmx.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/download.html')
-rw-r--r-- | templates/public/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 00db9be..967d8a6 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -28,7 +28,7 @@ {% if release.version %}<li><strong>Current Release:</strong> {{ release.version }}</li>{% endif %} {% if release.kernel_version %}<li><strong>Included Kernel:</strong> {{ release.kernel_version }}</li>{% endif %} {% if release.torrent_data %}<li><strong>ISO Size:</strong> {{ release.torrent.file_length|filesizeformat }}</li>{% endif %} - <li><a href="https://wiki.archlinux.org/index.php/Installation_Guide">Installation Guide</a></li> + <li><a href="https://wiki.archlinux.org/index.php/Installation_guide">Installation Guide</a></li> <li><strong>Resources:</strong> <ul> <li><a href="https://bugs.archlinux.org/index.php?project=6" |