Skip to content

Commit 72b95e0

Browse files
authored
docs: Fixed link to get started page (#234)
Noticed broken link
1 parent 3e75d6e commit 72b95e0

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/quick-start" className={styles.getStarted}>Get Started</Link>
38+
<Link to="docs" className={styles.getStarted}>Get Started</Link>
3939
<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>
4040
</div>
4141
</div>

0 commit comments

Comments
 (0)