summaryrefslogtreecommitdiff
path: root/public/views.py
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2014-10-05 13:17:26 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2014-10-05 13:17:26 +0200
commit9026f8651cef4b21a73165ab1b21a951e2d63aca (patch)
tree57929b546d66b299dba02592d669c50635aa1a17 /public/views.py
parentdceadbebbe0b196278573ed294be8c631d45ecef (diff)
Fix public tests and download URL.
Diffstat (limited to 'public/views.py')
-rw-r--r--public/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views.py b/public/views.py
index f04f357b..19a62fca 100644
--- a/public/views.py
+++ b/public/views.py
@@ -83,7 +83,7 @@ def _mirror_urls():
@cache_control(max_age=300)
def download(request):
- return HttpResponseRedirect('https://wiki.parabolagnulinux.org/get')
+ return HttpResponseRedirect('https://wiki.parabola.nu/Get_Parabola')
@cache_control(max_age=300)
def feeds(request):