summaryrefslogtreecommitdiff
path: root/src/router/redirects.ts
diff options
context:
space:
mode:
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 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/";
}
},
{