summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-02-09 10:20:14 -0300
committerJesusaves <cpntb1@ymail.com>2022-02-09 10:20:14 -0300
commit8f2f1f0718249a20a07a5d7948b2c7b63fae0e9e (patch)
tree17464f5576db7a2a6215b5b4987cb37221db4b6e
parent336fa55b30d133108c156caa14641766f82ec870 (diff)
downloadwebsite-8f2f1f0718249a20a07a5d7948b2c7b63fae0e9e.tar.gz
website-8f2f1f0718249a20a07a5d7948b2c7b63fae0e9e.tar.bz2
website-8f2f1f0718249a20a07a5d7948b2c7b63fae0e9e.tar.xz
website-8f2f1f0718249a20a07a5d7948b2c7b63fae0e9e.zip
Hotfix
-rw-r--r--src/router/redirects.ts2
-rw-r--r--src/views/AccountRecovery.vue2
-rw-r--r--src/views/Registration.vue4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/router/redirects.ts b/src/router/redirects.ts
index 241abe6..0671f9c 100644
--- a/src/router/redirects.ts
+++ b/src/router/redirects.ts
@@ -20,7 +20,7 @@ const redirects = [
{
path: "/downloads.php",
redirect: (): void => {
- self.location.href = "https://manaplus.themanaworld.org/";
+ self.location.href = "https://manaplus.germantmw.de/";
}
},
{
diff --git a/src/views/AccountRecovery.vue b/src/views/AccountRecovery.vue
index d0ca097..d9612e2 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://manaplus.themanaworld.org/">download ManaPlus</a> and select the server <i>The Mana World</i>.</p>
+ <p>To start playing, <a href="https://manaplus.germantmw.de/">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 d2aac6e..0b03f3b 100644
--- a/src/views/Registration.vue
+++ b/src/views/Registration.vue
@@ -2,7 +2,7 @@
<main class="registration">
<h1>Account creation</h1>
<p>Welcome to The Mana World! With this form you can register for a new game account.</p>
- <p>Please note that you will also need to download and install <a href="https://manaplus.themanaworld.org/" target="_blank">ManaPlus</a>, our official game client.</p>
+ <p>Please note that you will also need to download and install <a href="https://manaplus.germantmw.de/" target="_blank">ManaPlus</a>, our official game client.</p>
<br>
<div class="specialEvent" v-if="specialEvent" v-html="specialEvent"></div>
<button v-if="!step" @click="isRecaptchaAccepted ? start() : step = -2">Begin!</button>
@@ -124,7 +124,7 @@
<p>Your account has been successfully created.</p>
<h1>Next steps</h1>
- <p>To start playing, <a href="https://manaplus.themanaworld.org/">download ManaPlus</a> and select the server <i>The Mana World</i>.</p>
+ <p>To start playing, <a href="https://manaplus.germantmw.de/">download ManaPlus</a> and select the server <i>The Mana World</i>.</p>
<h1>Troubleshooting</h1>
<p>Sometimes, you may get an error if you try to login right after registering. Common messages include "Password Incorrect" and "Account not found".</p>