Skip to content

Commit a07e9b4

Browse files
committed
fix
1 parent ce968cb commit a07e9b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docusaurus.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const config: Config = {
9999
items: [
100100
{
101101
label: 'Docs',
102-
to: '/docs/intro/overview',
102+
to: '/docs/intro',
103103
},
104104
{
105105
label: 'Blog',

docs/src/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function HomepageHeader() {
1818
</Heading>
1919
<p className="hero__subtitle">{siteConfig.tagline}</p>
2020
<div className={styles.buttons}>
21-
<Link className="button button--secondary button--lg" to="/docs/intro/overview">
21+
<Link className="button button--secondary button--lg" to="/docs/intro/getting-started">
2222
Get started
2323
</Link>
2424
</div>

0 commit comments

Comments
 (0)