summaryrefslogtreecommitdiff
path: root/src/router/redirects.ts
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-19 09:48:22 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-19 09:51:41 -0300
commitcce840a1dac9885d57bdd1c56679a4d6094bb50f (patch)
treebdf6eeef1c46c8c2d19418601fcf671955454da9 /src/router/redirects.ts
parent887428e31309d03842ca27231a76454665dd1a73 (diff)
downloadwebsite-cce840a1dac9885d57bdd1c56679a4d6094bb50f.tar.gz
website-cce840a1dac9885d57bdd1c56679a4d6094bb50f.tar.bz2
website-cce840a1dac9885d57bdd1c56679a4d6094bb50f.tar.xz
website-cce840a1dac9885d57bdd1c56679a4d6094bb50f.zip
Update the router, account recovery and registration links for downloads.
However, keep the navigation intact (incl. repositories) - People coming from Nav bar may want to know that multiple clients exist. - People recovering the password or whom just created an account probably not. - And people wishing the official https://themanaworld.org/downloads should get... ...the official themanaworld.org download obviously. The bound link is https://manaplus.themanaworld.org/ which redirects to https://manaplus.germantmw.de/ via Dezilaromed; Sysadmins retain control over primary download source without needing to update website (or DNS).
Diffstat (limited to 'src/router/redirects.ts')
-rw-r--r--src/router/redirects.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router/redirects.ts b/src/router/redirects.ts
index 63860cf..949a531 100644
--- a/src/router/redirects.ts
+++ b/src/router/redirects.ts
@@ -20,7 +20,7 @@ const redirects = [
{
path: "/downloads.php",
redirect: () => {
- self.location.href = "https://wiki.themanaworld.org/index.php/Downloads";
+ self.location.href = "https://manaplus.themanaworld.org/";
}
},
{