mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-02-07 10:42:16 +03:00
fix docs link
This commit is contained in:
parent
41519b1abf
commit
12f5f2f684
@ -97,7 +97,7 @@ const config: Config = {
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Tutorial",
|
label: "Tutorial",
|
||||||
to: "/docs/intro",
|
to: "/docs/",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user