Skip to content

Commit ff3f17c

Browse files
authored
Fix discord links (#288)
1 parent 3dd697a commit ff3f17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/typegpu-docs/src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import SwmLogoSvg from '../assets/swm-logo.svg';
2626

2727
<div class="flex items-center gap-4">
2828
<a
29-
href="https://https://discord.gg/8jpfgDqPcM"
29+
href="https://discord.gg/8jpfgDqPcM"
3030
target="_blank"
3131
rel="noreferrer">
3232
<img
@@ -201,7 +201,7 @@ import SwmLogoSvg from '../assets/swm-logo.svg';
201201
<FooterLink
202202
label="Share feedback with us"
203203
callToAction="Join our Discord server"
204-
href="https://https://discord.gg/8jpfgDqPcM"
204+
href="https://discord.gg/8jpfgDqPcM"
205205
/>
206206
</div>
207207
</div>

0 commit comments

Comments
 (0)