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.
2 parents 841aa1c + b1dbc19 commit 4b9a816Copy full SHA for 4b9a816
docusaurus.config.ts
@@ -132,7 +132,7 @@ const config: Config = {
132
items: [
133
{
134
label: "Discord",
135
- href: "https://discord.gg/graphicsprogramming",
+ href: "https://discord.graphics-programming.org/",
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/graphicsprogramming"
+ to="https://discord.graphics-programming.org/"
42
>
43
Join our Discord Server
44
0 commit comments