From 80a704984375f4619f57a48d2d4f6c64944445d7 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 20 Mar 2023 17:11:30 +0100 Subject: [PATCH] chore: update discord link Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/config.yml | 2 +- README.md | 2 +- docs/src/.vitepress/config.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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',