Skip to content

Commit 80a7049

Browse files
committed
chore: update discord link
Signed-off-by: braks <[email protected]>
1 parent 9ead3fa commit 80a7049

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ contact_links:
77
url: https://github.com/bcakmakoglu/vue-flow/discussions/new?category=q-a
88
about: If you have any questions about how to do something with Vue Flow, ask it here.
99
- name: 🤝 Discord
10-
url: https://discord.com/invite/F4v6qE4Fuq
10+
url: https://discord.gg/rwt6CBk4b5
1111
about: Join the Discord server to chat with the community.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ the ports to your machine.
156156

157157
## ![discord logo](https://api.iconify.design/logos:discord-icon.svg) Discord
158158

159-
[Join the Vue Flow Discord server!](https://discord.gg/z4FMpfTugW)
159+
[Join the Vue Flow Discord server!](https://discord.gg/rwt6CBk4b5)
160160

161161
Here you can ask questions to the community, propose ideas for new features
162162
or share your work that you have built with Vue Flow.

docs/src/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
107107
},
108108
socialLinks: [
109109
{ icon: 'github', link: 'https://github.com/bcakmakoglu/vue-flow' },
110-
{ icon: 'discord', link: 'https://discord.gg/F4v6qE4Fuq' },
110+
{ icon: 'discord', link: 'https://discord.gg/rwt6CBk4b5' },
111111
],
112112
algolia: {
113113
appId: 'F7BJNSM4M5',

0 commit comments

Comments
 (0)