diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-03-25 18:34:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-03-25 18:34:43 -0300 |
commit | 708298aa5b8fe7fa2b0868c1f92500251f379808 (patch) | |
tree | d1e326e02595535314c75d0733ba04252fdbccdc | |
parent | 20f551c4c0a809d5ee4511e24c839a9a32737897 (diff) | |
download | website-708298aa5b8fe7fa2b0868c1f92500251f379808.tar.gz website-708298aa5b8fe7fa2b0868c1f92500251f379808.tar.bz2 website-708298aa5b8fe7fa2b0868c1f92500251f379808.tar.xz website-708298aa5b8fe7fa2b0868c1f92500251f379808.zip |
Move around the support contact links
-rw-r--r-- | src/views/Support.vue | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/views/Support.vue b/src/views/Support.vue index d3dc75e..3c8fd02 100644 --- a/src/views/Support.vue +++ b/src/views/Support.vue @@ -16,8 +16,9 @@ </ul> <h1 id="contact">Contact us</h1> - <p>On IRC: <a href="https://forums.themanaworld.org/viewforum.php?f=41" target="_blank" rel="noopener">#themanaworld on Libera Chat</a></p> - <p>On Discord: <a href="https://forums.themanaworld.org/viewforum.php?f=65" target="_blank" rel="noopener">The Mana World server</a></p> + <p>On IRC: <a href="https://web.libera.chat/?channels=#themanaworld" target="_blank" rel="noopener nofollow">#themanaworld on Libera Chat</a></p> + <p>On Discord: <a href="https://discord.com/invite/UnY77dR" target="_blank" rel="noopener nofollow">The Mana World server</a></p> + <p>On Matrix: <a href="https://matrix.to/#/#tmw:matrix.org" target="_blank" rel="noopener nofollow">TMW Matrix server</a></p> <p>On the forums: <a href="https://forums.themanaworld.org/viewforum.php?f=3">Support and Bug reports</a></p> <h1>Technical contacts</h1> |