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 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/";
}
},
{