diff --git a/README.md b/README.md index 4e93f680b9..f00ce5a374 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ See our [contribution guidelines](https://github.com/interlay/interbtc-ui/blob/m If you are searching for a place to start or would like to discuss features, reach out to us: -- [Discord](https://discord.gg/KgCYK3MKSf) +- [Discord](https://discord.gg/interlay) ## License diff --git a/src/config/links.ts b/src/config/links.ts index efa8cd441b..ec3ca6e1ab 100644 --- a/src/config/links.ts +++ b/src/config/links.ts @@ -1,6 +1,6 @@ const INTERLAY_COMPANY_LINK = 'https://www.interlay.io'; const INTERLAY_EMAIL_LINK = 'mailto:contact@interlay.io'; -const INTERLAY_DISCORD_LINK = 'https://discord.gg/KgCYK3MKSf'; +const INTERLAY_DISCORD_LINK = 'https://discord.gg/interlay'; const INTERLAY_GITHUB_LINK = 'https://github.com/interlay'; const INTERLAY_TWITTER_LINK = 'https://twitter.com/interlayHQ'; const INTERLAY_DOCS_LINK = 'https://docs.interlay.io';