mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-02-07 02:32:17 +03:00
fix docs link
This commit is contained in:
parent
41519b1abf
commit
12f5f2f684
@ -97,7 +97,7 @@ const config: Config = {
|
||||
items: [
|
||||
{
|
||||
label: "Tutorial",
|
||||
to: "/docs/intro",
|
||||
to: "/docs/",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -65,7 +65,7 @@ function HomepageHeader() {
|
||||
<div className={styles.buttons}>
|
||||
<Link
|
||||
className="button button--secondary button--lg"
|
||||
to="/docs/intro">
|
||||
to="/docs">
|
||||
Get Started
|
||||
</Link>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user