Skip to content

Commit 5060104

Browse files
committed
fix bug
1 parent 71b2564 commit 5060104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const config: Config = {
9494
items: [
9595
{
9696
label: 'Tutorial',
97-
to: '/docs/intro',
97+
to: '/docs/introduction',
9898
},
9999
],
100100
},

src/pages/index.tsx

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="/docs/introduction">
2323
CLSF Tutorial
2424
</Link>
2525
</div>

0 commit comments

Comments
 (0)