We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b2564 commit 5060104Copy full SHA for 5060104
docusaurus.config.ts
@@ -94,7 +94,7 @@ const config: Config = {
94
items: [
95
{
96
label: 'Tutorial',
97
- to: '/docs/intro',
+ to: '/docs/introduction',
98
},
99
],
100
src/pages/index.tsx
@@ -19,7 +19,7 @@ function HomepageHeader() {
19
<div className={styles.buttons}>
20
<Link
21
className="button button--secondary button--lg"
22
- to="/docs/intro">
+ to="/docs/introduction">
23
CLSF Tutorial
24
</Link>
25
</div>
0 commit comments