diff --git a/README.md b/README.md
index ee1062b2..eac435e7 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Thinking about contributing to Talo? We’d love the help! Head over to our [con
## Join our community
-Have questions, want to share feedback or show off your game? [Join us on Discord](https://discord.gg/2RWwxXVY3v) to connect with other developers and get help from the Talo team.
+Have questions, want to share feedback or show off your game? [Join us on Discord](https://trytalo.com/discord) to connect with other developers and get help from the Talo team.
---
diff --git a/src/emails/mail.ts b/src/emails/mail.ts
index c6adca1b..57a760e3 100644
--- a/src/emails/mail.ts
+++ b/src/emails/mail.ts
@@ -38,7 +38,7 @@ export default class Mail {
this.preheader = preheader
this.footer = 'Need help?'
- this.footerText = 'Our team and community can be found on Discord.'
+ this.footerText = 'Our team and community can be found on Discord.'
this.why = 'You are receiving this email because you have a Talo account'
}