diff --git a/README.md b/README.md index cad3cdc6c..a7ee0c939 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Token Dashboard / CI](https://github.com/threshold-network/token-dashboard/actions/workflows/dashboard-ci.yml/badge.svg?branch=main&event=push)](https://github.com/threshold-network/token-dashboard/actions/workflows/dashboard-ci.yml) [![Docs](https://img.shields.io/badge/docs-website-green)](https://docs.threshold.network) -[![Chat with us on Discord](https://img.shields.io/badge/chat-Discord-5865f2.svg)](https://discord.gg/threshold) +[![Chat with us on Discord](https://img.shields.io/badge/chat-Discord-5865f2.svg)](https://discord.threshold.network/) This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). diff --git a/src/enums/externalHref.ts b/src/enums/externalHref.ts index cbf168908..1a1d8d54b 100644 --- a/src/enums/externalHref.ts +++ b/src/enums/externalHref.ts @@ -1,6 +1,6 @@ export enum ExternalHref { thresholdGithub = "https://github.com/threshold-network/token-dashboard", - thresholdDiscord = "https://discord.gg/WXK9PC6SRF", + thresholdDiscord = "https://discord.threshold.network/", metamaskHomePage = "https://metamask.io/", stakingContractLeanMore = "https://github.com/threshold-network/solidity-contracts/issues/53", tacoNodeSetup = "https://docs.threshold.network/staking-and-running-a-node/running-a-node/self-managed/taco-node-setup",