diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2014-10-05 13:37:56 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2014-10-05 13:37:56 +0200 |
commit | f6ed54e6d21cfd53a42bda4c70e1b94b1937696e (patch) | |
tree | c1f5e8fce06cb0bfd4b1e90aa2ba799e8a0715dd /templates | |
parent | 7e7197c20fe12f29dc6abb96102fc500d98030d6 (diff) |
Use new Parabola URLs.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/search.html | 2 | ||||
-rw-r--r-- | templates/public/art.html | 2 | ||||
-rw-r--r-- | templates/public/https.html | 4 | ||||
-rw-r--r-- | templates/public/index.html | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html index 074445d8..29dddeb3 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -111,7 +111,7 @@ <p>You are browsing the {{ BRANDING_DISTRONAME }} package database. From here you can find detailed information about packages located in the official supported repositories. If you need the sourceball from where a package is built, you can look at our <a - href="https://repo.parabolagnulinux.org/sources/packages" + href="https://repo.parabola.nu/sources/packages" title="Sourceballed packages">sources repo</a>.</p> </div> {% endblock %} diff --git a/templates/public/art.html b/templates/public/art.html index 80c5ac95..32acc172 100644 --- a/templates/public/art.html +++ b/templates/public/art.html @@ -10,7 +10,7 @@ <p>You can help by creating artwork for {{ BRANDING_DISTRONAME }}.</p> - <p>Send your designs to dev@lists.parabolagnulinux.org and state they are CC-by-sa + <p>Send your designs to dev@lists.parabola.nu and state they are CC-by-sa or another free culture friendly license.</p> {% comment %} diff --git a/templates/public/https.html b/templates/public/https.html index df3e2c73..9d54646a 100644 --- a/templates/public/https.html +++ b/templates/public/https.html @@ -11,7 +11,7 @@ is the <em>only</em> page on the whole site that can be accessed without a secure connection, all other pages will redirect to the secure version.</p> - <h2><a href="https://parabolagnulinux.org">Enter the secure site</a></h2> + <h2><a href="https://www.parabola.nu/">Enter the secure site</a></h2> <h3>But my browser says the secure site is untrusted</h3> @@ -42,7 +42,7 @@ <h2>I just want to get the installer ISOs</h2> <p>You can proceed to our - <a href="{% wiki_url 'get' %}">ISOs download page</a> on + <a href="{% wiki_url 'Get Parabola' %}">ISOs download page</a> on <a href="{% wiki_url %}">our wiki</a>.</p> </div> diff --git a/templates/public/index.html b/templates/public/index.html index 6ef6b4bf..64d19e6d 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -28,9 +28,9 @@ <p>Our community is friendly and helpful. Please hop on <a href="irc://chat.freenode.net#parabola">IRC channel</a> and check out our - <a href="https://lists.parabolagnulinux.org/mailman/listinfo/">mailing + <a href="https://lists.parabola.nu/mailman/listinfo/">mailing lists</a> to get your feet wet. Also glance through our - <a href="https://wiki.parabolagnulinux.org/">wiki</a> if you want to learn + <a href="https://wiki.parabola.nu/">wiki</a> if you want to learn more about Parabola.</p> <p class="readmore"><a href="{% url 'page-about' %}" |