Skip to content

Commit

Permalink
Merge pull request #4 from drand/fix-homepage-intro-link
Browse files Browse the repository at this point in the history
fix: homepage intro link
  • Loading branch information
kentbull authored Oct 14, 2024
2 parents 2f82658 + c36b972 commit a9eae88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/concepts/2-0-concepts">
to="/docs/concepts/2-0-intro-to-drand">
Get Started using drand!
</Link>
</div>
Expand Down

0 comments on commit a9eae88

Please sign in to comment.