We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a929a53 commit 68cb062Copy full SHA for 68cb062
website/src/pages/index.js
@@ -30,7 +30,7 @@ function Hero() {
30
<div className="row">
31
<div className="col">
32
<div className={styles.heroButtons}>
33
- <Link to="docs" className={styles.getStarted}>Learn more</Link>
+ <Link to="/docs" className={styles.getStarted}>Learn more</Link>
34
<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>
35
</div>
36
0 commit comments