summaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/urls.py b/urls.py
index c730cca5..ab5fef42 100644
--- a/urls.py
+++ b/urls.py
@@ -103,11 +103,11 @@ legacy_urls = (
('^todolists/$', '/todo/'),
('^docs/en/guide/install/arch-install-guide.html',
- 'https://wiki.parabolagnulinux.org/Installation_guide'),
+ 'https://wiki.parabola.nu/Installation_guide'),
('^docs/en/',
- 'https://wiki.parabolagnulinux.org/'),
+ 'https://wiki.parabola.nu/'),
('^docs/',
- 'https://wiki.parabolagnulinux.org/'),
+ 'https://wiki.parabola.nu/'),
('^developers/$', '/hackers/'),
('^trustedusers/$', '/hackers/'),