Skip to content

Commit 1804cc6

Browse files
docs: udpated links to discord (#78)
1 parent e882769 commit 1804cc6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If you’d like to contribute, please check the **[Contribution Guide](CONTRIBUT
9595
- Website: [openselfservice.com](https://www.openselfservice.com)
9696
- LinkedIn: [/company/open-self-service/](https://www.linkedin.com/company/open-self-service/)
9797
- Twitter/X: [@openselfservice](https://twitter.com/openselfservice)
98-
- Discord: [Join our community](https://discord.com/channels/1346418719689146368/1359073601189314630)
98+
- Discord: [Join our community](https://discord.gg/4R568nZgsT)
9999
- GitHub Discussions: [Join the conversation](https://github.com/o2sdev/openselfservice/discussions)
100100

101101
## 📜 License

apps/docs/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ const config: Config = {
336336
},
337337
{ to: '/blog', label: 'Blog', position: 'right', className: 'navbar__item--guides' },
338338
{
339-
to: 'https://discord.com/channels/1346418719689146368/1359073601189314630',
339+
to: 'https://discord.gg/4R568nZgsT',
340340
label: 'Discord',
341341
position: 'right',
342342
className: 'navbar__item--discord',
@@ -388,7 +388,7 @@ const config: Config = {
388388
},
389389
{
390390
label: 'Discord',
391-
href: 'https://discord.com/channels/1346418719689146368/1359073601189314630',
391+
href: 'https://discord.gg/4R568nZgsT',
392392
},
393393
],
394394
},

apps/docs/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"source": "/discord",
17-
"destination": "https://discord.com/channels/1346418719689146368/1359073601189314630",
17+
"destination": "https://discord.gg/4R568nZgsT",
1818
"permanent": true
1919
}
2020
]

0 commit comments

Comments
 (0)