Skip to content

Commit

Permalink
docs: Fixed link to get started page (#234)
Browse files Browse the repository at this point in the history
Noticed broken link
  • Loading branch information
jbartadev committed Jun 7, 2024
1 parent 3e75d6e commit 72b95e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function Hero() {
<div className="row">
<div className="col">
<div className={styles.heroButtons}>
<Link to="docs/quick-start" className={styles.getStarted}>Get Started</Link>
<Link to="docs" className={styles.getStarted}>Get Started</Link>
<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>
</div>
</div>
Expand Down

0 comments on commit 72b95e0

Please sign in to comment.