Skip to content

Commit 303d71b

Browse files
authored
docs: fix link on homepage (#652)
1 parent fdb1276 commit 303d71b

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
@@ -35,7 +35,7 @@ function Hero() {
3535
<div className="row">
3636
<div className="col">
3737
<div className={styles.heroButtons}>
38-
<Link to="docs/overview/introduction" className={styles.getStarted}>Get Started</Link>
38+
<Link to="/docs/overview/introduction" className={styles.getStarted}>Get Started</Link>
3939
<iframe src="https://ghbtns.com/github-btn.html?user=apify&repo=apify-sdk-python&type=star&count=true&size=large" frameBorder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
4040
</div>
4141
</div>

0 commit comments

Comments
 (0)