]> git.ipfire.org Git - ipfire.org.git/commitdiff
Fix download link
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Oct 2017 09:16:36 +0000 (10:16 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Oct 2017 09:16:36 +0000 (10:16 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
templates/base.html
templates/modules/menu.html

index da1a85023e97de18f77f2d8b8207f6dbbe23e9c4..6cd33c9f1f5370b5a3eccbb46f3b0e005b7fea8e 100644 (file)
@@ -73,7 +73,7 @@
                                                                        <a href="http://www.ipfire.org/about">{{ _("About IPFire") }}</a>
                                                                </li>
                                                                <li>
-                                                                       <a href="http://download.ipfire.org">{{ _("Download") }}</a>
+                                                                       <a href="http://downloads.ipfire.org">{{ _("Download") }}</a>
                                                                </li>
                                                                <li>
                                                                        <a href="http://planet.ipfire.org">{{ _("Planet") }}</a>
index 35735cf994b27c87cce59a9023fcd7eb2f7d1ce2..ec6d469cbb5fb936593925d87af5a99f9c4509f1 100644 (file)
@@ -29,7 +29,7 @@
                <li>
                        <a href="/downloads">{{ _("Downloads") }}</a>
                </li>
-       {% elif hostname in ("downloads.ipfire.org", "download.ipfire.org", "downloads.dev.ipfire.org", "download.dev.ipfire.org") %}
+       {% elif hostname in ("downloads.ipfire.org", "downloads.dev.ipfire.org") %}
                <li>
                        <a href="http://mirrors.ipfire.org">{{ _("Mirrors") }}</a>
                </li>