Skip to content

Commit

Permalink
Fix incorrect link for 'Start Building' button
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyut committed Apr 19, 2024
1 parent 92aba22 commit 4f54f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/WelcomeHero/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function WelcomeHero({ title, description }) {
</Link>
<Link
className={clsx("button button--primary button--lg", styles.button)}
to="https://cardano.org/developer-portal"
to="/developers"
>
Start Building
</Link>
Expand Down

0 comments on commit 4f54f7c

Please sign in to comment.