Skip to content

Commit e1ebe4c

Browse files
committed
Update tutorial link path on homepage
Changed the Link component's 'to' prop from '/docs/intro' to '/intro' in the homepage header to reflect the updated route structure.
1 parent 50ceea5 commit e1ebe4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function HomepageHeader() {
1919
<div className={styles.buttons}>
2020
<Link
2121
className="button button--secondary button--lg"
22-
to="/docs/intro">
22+
to="/intro">
2323
Docusaurus Tutorial - 5min ⏱️
2424
</Link>
2525
</div>

0 commit comments

Comments
 (0)