Skip to content

Commit

Permalink
Fix slack link url
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Oct 16, 2023
1 parent 4d6b14e commit 40c46a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const config = {
},
{
type: "custom-social-icon-link-navbar-item",
href: "/slack",
href: "/slack/",
position: "right",
name: "slack",
label: "Join us on Slack",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function Footer({ links }: FooterProps) {
/>
<SocialIconLink
name="slack"
href="/slack"
href="/slack/"
label="Join us on Slack"
hiddenLabel
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/HowToSupport/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default function HowToSupport() {
}
>
6. Joining{" "}
<Link href="/slack" className="underline">
<Link href="/slack/" className="underline">
our Slack community
</Link>{" "}
&amp;{" "}
Expand Down

0 comments on commit 40c46a7

Please sign in to comment.