Skip to content

Commit 61594e5

Browse files
committed
Fix broken Discord Invite URLs
1 parent 3aedbdd commit 61594e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const config: Config = {
132132
items: [
133133
{
134134
label: "Discord",
135-
href: "https://discord.com/invite/graphicsprogramming",
135+
href: "https://discord.com/graphicsprogramming",
136136
},
137137
{
138138
label: "YouTube",

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function HomepageHeader() {
3838
</Link>
3939
<Link
4040
className="button button--secondary button--lg test"
41-
to="https://discord.gg/"
41+
to="https://discord.gg/graphicsprogramming"
4242
>
4343
Join our Discord Server
4444
</Link>

0 commit comments

Comments
 (0)