summaryrefslogtreecommitdiff
path: root/public/views.py
diff options
context:
space:
mode:
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 80c206e5..9702526c 100644
--- a/public/views.py
+++ b/public/views.py
@@ -65,7 +65,7 @@ def _mirror_urls():
@cache_control(max_age=300)
def download(request):
- return HttpResponseRedirect('https://wiki.parabola.nu/Get_Parabola')
+ return HttpResponseRedirect('https://wiki.parabola.nu/get')
@cache_control(max_age=307)