We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aedbdd commit 61594e5Copy full SHA for 61594e5
docusaurus.config.ts
@@ -132,7 +132,7 @@ const config: Config = {
132
items: [
133
{
134
label: "Discord",
135
- href: "https://discord.com/invite/graphicsprogramming",
+ href: "https://discord.com/graphicsprogramming",
136
},
137
138
label: "YouTube",
src/pages/index.tsx
@@ -38,7 +38,7 @@ function HomepageHeader() {
38
</Link>
39
<Link
40
className="button button--secondary button--lg test"
41
- to="https://discord.gg/"
+ to="https://discord.gg/graphicsprogramming"
42
>
43
Join our Discord Server
44
0 commit comments