diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2014-10-05 13:37:56 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2014-10-05 13:37:56 +0200 |
commit | f6ed54e6d21cfd53a42bda4c70e1b94b1937696e (patch) | |
tree | c1f5e8fce06cb0bfd4b1e90aa2ba799e8a0715dd /urls.py | |
parent | 7e7197c20fe12f29dc6abb96102fc500d98030d6 (diff) |
Use new Parabola URLs.
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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/'), |