Skip to content

Commit

Permalink
fix(homepage): correct contributing link (#3785)
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored Oct 30, 2023
1 parent 70e4afc commit e88a5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gatsby-theme-carbon/templates/Homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const SecondRightText = () => (
We welcome all feedback, designs, or ideas in order to produce the best
possible experience for our users. If you’re interested in contributing,
check out our contributing guidelines to get started.
<a className={calloutLink} href="/contributing/overview/">
<a className={calloutLink} href="/contributing/get-started/">
Start contributing →
</a>
</p>
Expand Down

1 comment on commit e88a5e2

@vercel
Copy link

@vercel vercel bot commented on e88a5e2 Oct 30, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.