Skip to content

Commit 8234533

Browse files
authored
docs: fix get started link (#347)
1 parent ea69b41 commit 8234533

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

0 commit comments

Comments
 (0)