Skip to content

Commit fa831eb

Browse files
authored
chore: fix discord links (#163)
1 parent 962f124 commit fa831eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/site.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const Links = {
4242
github: 'https://github.com/ZephyrCloudIO/docs',
4343
extension:
4444
'https://chromewebstore.google.com/detail/zephyr-mission-control/liflhldchhinbaeplljlplhnbkdidedn',
45-
discord: 'https://zephyr-cloud.io/discord',
45+
discord: 'https://discord.gg/zephyrcloud',
4646
};
4747
export const SiteConfig: CardProps = {
4848
start: [

rspress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const socialLinks: SocialLink[] = [
2121
{
2222
icon: 'discord',
2323
mode: 'link',
24-
content: 'https://zephyr-cloud.io/discord',
24+
content: 'https://discord.gg/zephyrcloud',
2525
},
2626
{
2727
icon: 'x',

0 commit comments

Comments
 (0)