Skip to content

Commit ebdb7e4

Browse files
authored
fixed discord link (#10)
1 parent 8169559 commit ebdb7e4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default defineConfig({
7171
},
7272
{
7373
icon: "discord",
74-
link: "https://discord.com/channels/780838335798706197/1449031857961435136",
74+
link: "https://discord.gg/ARZHKGa2EU",
7575
},
7676
],
7777
},

.vitepress/theme/components/index-footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const sections = [
5454
},
5555
{
5656
text: "Discord",
57-
link: "https://discord.com/channels/780838335798706197/1449031857961435136",
57+
link: "https://discord.gg/ARZHKGa2EU",
5858
},
5959
],
6060
},

guide/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ If you are building a production-critical banking dashboard today, maybe wait a
7070

7171
## Get involved
7272

73-
There is still plenty to do to make Swift a _first-class_ web technology. Join the discussion on [Discord](https://discord.com/channels/780838335798706197/1449031857961435136) or contribute on [GitHub](https://github.com/elementary-swift/elementary-ui).
73+
There is still plenty to do to make Swift a _first-class_ web technology. Join the discussion on [Discord](https://discord.gg/ARZHKGa2EU) or contribute on [GitHub](https://github.com/elementary-swift/elementary-ui).
7474

7575
**_Let's make Swift in the Browser a reality!_**

0 commit comments

Comments
 (0)