diff options
-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" |