diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0a94baff..641e2ede 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -7,5 +7,5 @@ contact_links: url: https://github.com/bcakmakoglu/vue-flow/discussions/new?category=q-a about: If you have any questions about how to do something with Vue Flow, ask it here. - name: 🤝 Discord - url: https://discord.com/invite/F4v6qE4Fuq + url: https://discord.gg/rwt6CBk4b5 about: Join the Discord server to chat with the community. diff --git a/README.md b/README.md index 7608b146..c54a4b94 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ the ports to your machine. ## ![discord logo](https://api.iconify.design/logos:discord-icon.svg) Discord -[Join the Vue Flow Discord server!](https://discord.gg/z4FMpfTugW) +[Join the Vue Flow Discord server!](https://discord.gg/rwt6CBk4b5) Here you can ask questions to the community, propose ideas for new features or share your work that you have built with Vue Flow. diff --git a/docs/src/.vitepress/config.ts b/docs/src/.vitepress/config.ts index 0d94ba43..cf388d93 100644 --- a/docs/src/.vitepress/config.ts +++ b/docs/src/.vitepress/config.ts @@ -107,7 +107,7 @@ export default defineConfigWithTheme({ }, socialLinks: [ { icon: 'github', link: 'https://github.com/bcakmakoglu/vue-flow' }, - { icon: 'discord', link: 'https://discord.gg/F4v6qE4Fuq' }, + { icon: 'discord', link: 'https://discord.gg/rwt6CBk4b5' }, ], algolia: { appId: 'F7BJNSM4M5',