summaryrefslogtreecommitdiff
path: root/public
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 /public
parent05a44e86fbb656e5a4f6228c28b61df740549b34 (diff)
Replace usage of parabolagnulinux.org with parabola.nu, also
replace repo.parabola.nu/isos/ with /iso/, in settings.py
Diffstat (limited to 'public')
-rw-r--r--public/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views.py b/public/views.py
index 7414b330..1197322d 100644
--- a/public/views.py
+++ b/public/views.py
@@ -83,7 +83,7 @@ def _mirror_urls():
@cache_control(max_age=307)
def download(request):
- return HttpResponseRedirect('https://wiki.parabolagnulinux.org/get')
+ return HttpResponseRedirect('https://wiki.parabola.nu/get')
@cache_control(max_age=307)
def feeds(request):