fix docs link

This commit is contained in:
Sergey Shorokhov 2024-10-27 21:53:28 +03:00
parent 41519b1abf
commit 12f5f2f684
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ const config: Config = {
items: [ items: [
{ {
label: "Tutorial", label: "Tutorial",
to: "/docs/intro", to: "/docs/",
}, },
], ],
}, },

View File

@ -65,7 +65,7 @@ function HomepageHeader() {
<div className={styles.buttons}> <div className={styles.buttons}>
<Link <Link
className="button button--secondary button--lg" className="button button--secondary button--lg"
to="/docs/intro"> to="/docs">
Get Started Get Started
</Link> </Link>
</div> </div>