From 9026f8651cef4b21a73165ab1b21a951e2d63aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Mas=C5=82owski?= Date: Sun, 5 Oct 2014 13:17:26 +0200 Subject: Fix public tests and download URL. --- public/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/views.py') 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): -- cgit v1.2.3-2-g168b