Skip to content

Commit 68cb062

Browse files
authored
docs: fix link on homepage (#949)
1 parent a929a53 commit 68cb062

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
@@ -30,7 +30,7 @@ function Hero() {
3030
<div className="row">
3131
<div className="col">
3232
<div className={styles.heroButtons}>
33-
<Link to="docs" className={styles.getStarted}>Learn more</Link>
33+
<Link to="/docs" className={styles.getStarted}>Learn more</Link>
3434
<iframe src="https://ghbtns.com/github-btn.html?user=apify&repo=apify-cli&type=star&count=true&size=large" frameBorder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
3535
</div>
3636
</div>

0 commit comments

Comments
 (0)