Skip to content

Commit fba5fd4

Browse files
authored
docs: use Remix Discord redirect (#256)
1 parent e36ee14 commit fba5fd4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/components/docs-header/docs-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function ExternalLinks() {
5555
svgSize="24x24"
5656
/>
5757
<HeaderSvgLink
58-
href="https://discord.gg/xwx7mMzVkA"
58+
href="https://remix.run/discord"
5959
svgId="discord"
6060
svgLabel="Discord logo in a circle"
6161
title="Chat on Discord"

app/pages/splash.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const quicklinks: QuickLink[] = [
3939
{
4040
icon: "discord-outline",
4141
title: "Discord",
42-
to: "https://discord.gg/xwx7mMzVkA",
42+
to: "https://remix.run/discord",
4343
attrs: {
4444
target: "_blank",
4545
rel: "noopener noreferrer",
@@ -131,7 +131,7 @@ const v7Adventures: Adventure[] = [
131131
title: "I'm stuck",
132132
description: "Join GitHub discussions for help",
133133
linkText: "Get Help",
134-
linkTo: "https://discord.gg/xwx7mMzVkA",
134+
linkTo: "https://remix.run/discord",
135135
},
136136
];
137137

@@ -159,7 +159,7 @@ const v8Adventures: Adventure[] = [
159159
title: "I'm stuck",
160160
description: "Join GitHub discussions for help",
161161
linkText: "Get Help",
162-
linkTo: "https://discord.gg/xwx7mMzVkA",
162+
linkTo: "https://remix.run/discord",
163163
},
164164
];
165165

0 commit comments

Comments
 (0)