diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-14 02:17:54 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-14 02:17:54 -0400 |
commit | 65e3ef63f7475a217da5205a788f52f3888ebea7 (patch) | |
tree | fb4a0428bf476bcc6d62824f000ec4f375de8b2c /public | |
parent | 05a44e86fbb656e5a4f6228c28b61df740549b34 (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.py | 2 |
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): |