diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c04421..9e14ecd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ GitHub has support for draft pull requests, which will disable the merge button ## Community -Have Questions? Join the conversation in our [Discord](https://discord.gg/gZMKK5q). +Have Questions? Join the conversation in our [Discord](https://discord.gg/U2peSNf23P). ## Coding Tips - Ask questions if you are stuck. diff --git a/src/components/Nav.js b/src/components/Nav.js index 9681b6a..c84bf09 100644 --- a/src/components/Nav.js +++ b/src/components/Nav.js @@ -7,7 +7,7 @@ const links = [ // { name: 'Twitch', link: 'https://twitch.tv/bdougieYO' }, { name: 'Twitter', link: 'https://twitter.com/bdougieyo' }, { name: 'YouTube', link: 'https://www.youtube.com/ilikerobot?sub_confirmation=1' }, - { name: 'Discord', link: 'https://discord.com/invite/gZMKK5q' }, + { name: 'Discord', link: 'https://discord.com/invite/U2peSNf23P' }, { name: 'GitHub', link: 'https://github.com/bdougie/live' }, ];