Skip to content

Commit

Permalink
Fix 'Docs' button
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Feb 5, 2025
1 parent 8967e8c commit 9d31839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docusaurus/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/motoko">
to="/docs/writing-motoko/writing-intro">
Docs
</Link>
</div>
Expand Down

0 comments on commit 9d31839

Please sign in to comment.