diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-19 09:48:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-19 09:51:41 -0300 |
commit | cce840a1dac9885d57bdd1c56679a4d6094bb50f (patch) | |
tree | bdf6eeef1c46c8c2d19418601fcf671955454da9 | |
parent | 887428e31309d03842ca27231a76454665dd1a73 (diff) | |
download | website-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).
-rw-r--r-- | src/router/redirects.ts | 2 | ||||
-rw-r--r-- | src/views/AccountRecovery.vue | 2 | ||||
-rw-r--r-- | 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 @@ <p>The password of account <q>{{user.name}}</q> has been reset.</p> <h1>Next steps</h1> - <p>To start playing, <a href="https://wiki.themanaworld.org/index.php/Downloads">download ManaPlus</a> and select the server <i>The Mana World</i>.</p> + <p>To start playing, <a href="https://manaplus.themanaworld.org/">download ManaPlus</a> and select the server <i>The Mana World</i>.</p> </div> <div class="g-recaptcha" id="recaptcha-container" diff --git a/src/views/Registration.vue b/src/views/Registration.vue index 9fdd686..782b072 100644 --- a/src/views/Registration.vue +++ b/src/views/Registration.vue @@ -124,7 +124,7 @@ <p>Your account has been successfully created.</p> <h1>Next steps</h1> - <p>To start playing, <a href="https://wiki.themanaworld.org/index.php/Downloads">download ManaPlus</a> and select the server <i>The Mana World</i>.</p> + <p>To start playing, <a href="https://manaplus.themanaworld.org/">download ManaPlus</a> and select the server <i>The Mana World</i>.</p> </div> <div class="g-recaptcha" id="recaptcha-container" |