Skip to content

Commit 5a0bcf7

Browse files
authored
Use elixir-slack.community for all Slack links (#1841)
The elixir-lang.slack.com address only works for existing users, whereas the elixir-slack.community site handles automatic invites for new users.
1 parent f62d8c0 commit 5a0bcf7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/home/ShapedByMany.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const links = [
1313
{ label: "Team", href: "/development/", icon: "none" as const },
1414
{
1515
label: "Slack",
16-
href: "https://elixir-lang.slack.com",
16+
href: "https://elixir-slack.community",
1717
icon: "slack" as const,
1818
external: true,
1919
},

src/data/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const footerSocials: NavItem[] = [
7979
href: "https://twitter.com/elixirlang",
8080
external: true,
8181
},
82-
{ label: "Slack", href: "https://elixir-lang.slack.com", external: true },
82+
{ label: "Slack", href: "https://elixir-slack.community", external: true },
8383
{ label: "Discord", href: "https://discord.gg/elixir", external: true },
8484
];
8585

0 commit comments

Comments
 (0)