diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-12 13:35:30 +0000 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-12 13:35:30 +0000 |
commit | 16fe8d754c183fbbecd5122c743f4079869a1f95 (patch) | |
tree | 8f647bbfb3bf2749cd623bfa440efd5d0dc1edbd /src/router/redirects.ts | |
parent | 440afc348bf4e0391de0a16783803350517da168 (diff) | |
download | website-16fe8d754c183fbbecd5122c743f4079869a1f95.tar.gz website-16fe8d754c183fbbecd5122c743f4079869a1f95.tar.bz2 website-16fe8d754c183fbbecd5122c743f4079869a1f95.tar.xz website-16fe8d754c183fbbecd5122c743f4079869a1f95.zip |
Link and style updates
Link updates:
* Adjusted wiki URLs to avoid redirects
* Updated downloads page redirect to current Downloads page
* Updated link to Tiled repository
* Updated download link on registration page
Style updates:
* Restored the border around the contents
* Give the text a bit more space
* Less different font sizes
* More modern use of rounded corners
Diffstat (limited to 'src/router/redirects.ts')
-rw-r--r-- | src/router/redirects.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router/redirects.ts b/src/router/redirects.ts index 0671f9c..170f35f 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.germantmw.de/"; + self.location.href = "https://wiki.themanaworld.org/wiki/Downloads"; } }, { |