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 04f5ecd2..4bd27ec2 100644
--- a/urls.py
+++ b/urls.py
@@ -104,11 +104,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/'),