summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-14 02:17:54 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-14 02:17:54 -0400
commit65e3ef63f7475a217da5205a788f52f3888ebea7 (patch)
treefb4a0428bf476bcc6d62824f000ec4f375de8b2c /main
parent05a44e86fbb656e5a4f6228c28b61df740549b34 (diff)
Replace usage of parabolagnulinux.org with parabola.nu, also
replace repo.parabola.nu/isos/ with /iso/, in settings.py
Diffstat (limited to 'main')
-rw-r--r--main/templatetags/wiki.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/templatetags/wiki.py b/main/templatetags/wiki.py
index 4a3b2f83..e3ffb138 100644
--- a/main/templatetags/wiki.py
+++ b/main/templatetags/wiki.py
@@ -4,6 +4,6 @@ register = template.Library()
@register.simple_tag
def wiki_url(article=""):
if article == "":
- return "https://wiki.parabolagnulinux.org/"
+ return "https://wiki.parabola.nu/"
else:
- return "https://wiki.parabolagnulinux.org/"+article.replace(' ', '_')
+ return "https://wiki.parabola.nu/"+article.replace(' ', '_')