Skip to content

Commit 2dbb2bd

Browse files
authored
docs: fix link on homepage (#774)
1 parent a74fe5b commit 2dbb2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function Hero() {
3333
<div className="row">
3434
<div className="col">
3535
<div className={styles.heroButtons}>
36-
<Link to="docs" className={styles.getStarted}>
36+
<Link to="/docs" className={styles.getStarted}>
3737
Get Started
3838
</Link>
3939
<iframe

0 commit comments

Comments
 (0)