From b4bfb7692c0b74170fe84acd2653666cb77f43db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= Date: Tue, 1 Jul 2014 13:03:06 +0200 Subject: [PATCH] update URLs to Arch wiki MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub Klinkovský --- templates/public/download.html | 2 +- templates/public/index.html | 10 +++++----- urls.py | 2 +- 3 files changed, 7 insertions(+), 7 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 %}
  • Current Release: {{ release.version }}
  • {% endif %} {% if release.kernel_version %}
  • Included Kernel: {{ release.kernel_version }}
  • {% endif %} {% if release.torrent_data %}
  • ISO Size: {{ release.torrent.file_length|filesizeformat }}
  • {% endif %} -
  • Installation Guide
  • +
  • Installation Guide
  • Resources: @@ -123,11 +123,11 @@ @@ -180,7 +180,7 @@
    • Signing Master Keys
    • -
    • Press Coverage
    • Logos & Artwork
    • News Archives
    • diff --git a/urls.py b/urls.py index 79838ce..46c8ace 100644 --- a/urls.py +++ b/urls.py @@ -111,7 +111,7 @@ ('^todolists/$', '/todo/'), ('^docs/en/guide/install/arch-install-guide.html', - 'https://wiki.archlinux.org/index.php/Installation_Guide'), + 'https://wiki.archlinux.org/index.php/Installation_guide'), ('^docs/en/', 'https://wiki.archlinux.org/'), ('^docs/', -- 2.0.1