diff --git a/web/platform/src/components/qwik/components/header.tsx b/web/platform/src/components/qwik/components/header.tsx
index 33f465f40..200af70d8 100644
--- a/web/platform/src/components/qwik/components/header.tsx
+++ b/web/platform/src/components/qwik/components/header.tsx
@@ -138,7 +138,7 @@ const Widgets = component$(() => {
@@ -146,7 +146,7 @@ const Widgets = component$(() => {
diff --git a/web/platform/src/components/qwik/pages/community.tsx b/web/platform/src/components/qwik/pages/community.tsx
index 6d70f9127..bbb5c15b6 100644
--- a/web/platform/src/components/qwik/pages/community.tsx
+++ b/web/platform/src/components/qwik/pages/community.tsx
@@ -9,7 +9,7 @@ const connectOn = [
title: "Connect on Slack",
description:
"Join our Slack community to connect with fellow NativeLink users, share tips, and get support from our community and team.",
- link: "https://nativelink.slack.com/join/shared_invite/zt-2i2mipfr5-lZAEeWYEy4Eru94b3IOcdg#/shared-invite/email",
+ link: "https://join.slack.com/t/nativelink/shared_invite/zt-281qk1ho0-krT7HfTUIYfQMdwflRuq7A",
icon: ,
},
{
diff --git a/web/platform/src/components/qwik/sections/community.tsx b/web/platform/src/components/qwik/sections/community.tsx
index fab1c9142..e04511c6b 100644
--- a/web/platform/src/components/qwik/sections/community.tsx
+++ b/web/platform/src/components/qwik/sections/community.tsx
@@ -16,7 +16,7 @@ const communityLinks = [
{
name: "Slack",
icon: ,
- link: "https://nativelink.slack.com/join/shared_invite/zt-2i2mipfr5-lZAEeWYEy4Eru94b3IOcdg#/shared-invite/email",
+ link: "https://join.slack.com/t/nativelink/shared_invite/zt-281qk1ho0-krT7HfTUIYfQMdwflRuq7A",
},
{
name: "GitHub",
diff --git a/web/platform/starlight.conf.ts b/web/platform/starlight.conf.ts
index 1a29e5177..7f43b705c 100644
--- a/web/platform/starlight.conf.ts
+++ b/web/platform/starlight.conf.ts
@@ -16,7 +16,7 @@ export const starlightConfig = {
social: {
github: "https://github.com/TraceMachina/nativelink",
slack:
- "https://nativelink.slack.com/join/shared_invite/zt-281qk1ho0-krT7HfTUIYfQMdwflRuq7A",
+ "https://join.slack.com/t/nativelink/shared_invite/zt-281qk1ho0-krT7HfTUIYfQMdwflRuq7A",
},
customCss: [
"/styles/tailwind.css",