From cce840a1dac9885d57bdd1c56679a4d6094bb50f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 19 Aug 2021 09:48:22 -0300 Subject: 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). --- src/router/redirects.ts | 2 +- src/views/AccountRecovery.vue | 2 +- src/views/Registration.vue | 2 +- 3 files changed, 3 insertions(+), 3 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/"; } }, { diff --git a/src/views/AccountRecovery.vue b/src/views/AccountRecovery.vue index 562222e..2eaf0d3 100644 --- a/src/views/AccountRecovery.vue +++ b/src/views/AccountRecovery.vue @@ -148,7 +148,7 @@

The password of account {{user.name}} has been reset.

Next steps

-

To start playing, download ManaPlus and select the server The Mana World.

+

To start playing, download ManaPlus and select the server The Mana World.

Your account has been successfully created.

Next steps

-

To start playing, download ManaPlus and select the server The Mana World.

+

To start playing, download ManaPlus and select the server The Mana World.