]> git.ipfire.org Git - ipfire.org.git/commitdiff
fireinfo: Fix broken links
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Mar 2015 22:32:10 +0000 (23:32 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Mar 2015 22:32:10 +0000 (23:32 +0100)
templates/fireinfo/profile-detail.html

index e440b60fd8ff0c72344ebdb8b175009520d00d4c..f44653a3a8de7d28b461c93e40446242cce15203 100644 (file)
@@ -51,7 +51,7 @@
                <div class="row">
                        <div class="col-md-7">
                                <h4>
-                                       <a href="/stats/cpus">{{ _("Processor") }}</a>
+                                       <a href="/statistics/processors">{{ _("Processor") }}</a>
                                </h4>
                                <p>
                                        <strong>{{ profile.processor }}</strong>
                                <dl class="dl-horizontal">
                                        {% if profile.virtual %}
                                                <dt>
-                                                       <a href="/stats/virtual">{{ _("Hypervisor") }}</a>
+                                                       <a href="/statistics/virtual">{{ _("Hypervisor") }}</a>
                                                </dt>
                                                <dd>
                                                        {% if profile.hypervisor == "VMWare" %}
 
                                        {% if profile.memory %}
                                                <dt>
-                                                       <a href="/stats/memory">{{ _("Memory") }}</a>
+                                                       <a href="/statistics/memory">{{ _("Memory") }}</a>
                                                </dt>
                                                <dd>
                                                        {% if profile.memory <= (256 * 1024 ** 2) %}
 
                                        {% if profile.location %}
                                                <dt>
-                                                       <a href="/stats/geo">{{ _("Location") }}</a>
+                                                       <a href="/statistics/geo-locations">{{ _("Location") }}</a>
                                                </dt>
                                                <dd>
                                                        {{ profile.location_string }}
 
                                        {% if profile.language %}
                                                <dt>
-                                                       <a href="/stats/languages">{{ _("Language") }}</a>
+                                                       <a href="/statistics/languages">{{ _("Language") }}</a>
                                                </dt>
                                                <dd>{% module LanguageName(profile.language) %}</dd>
                                        {% end %}