Skip to content
2 changes: 1 addition & 1 deletion pages/community/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default function CommunityIndexPage() {
actively contribute, collaborate, and mentor others on how to
build with AsyncAPI."
btnText='Join AsyncAPI slack'
link='https://asyncapi.com/slack-invite'
link='https://www.asyncapi.com/slack-invite'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we need to include a www cname?

className='bg-channelCover'
/>
</div>
Expand Down
2 changes: 2 additions & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ https://www.asyncapi.io/* https://www.asyncapi.com/:splat 301!
# Slack
/slack-invite https://join.slack.com/t/asyncapi/shared_invite/zt-3m4pmrguv-SUN9Js4BkQHocIH54F59sA 302!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like this would result in a redirect loop. why are we removing the slack invite link here?




# Central Maven repository verification
/OSSRH-63280 https://github.com/asyncapi/java-asyncapi
# Central Gradle repository verification
Expand Down