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 fdb1276 commit 303d71bCopy full SHA for 303d71b
website/src/pages/index.js
@@ -35,7 +35,7 @@ function Hero() {
35
<div className="row">
36
<div className="col">
37
<div className={styles.heroButtons}>
38
- <Link to="docs/overview/introduction" className={styles.getStarted}>Get Started</Link>
+ <Link to="/docs/overview/introduction" className={styles.getStarted}>Get Started</Link>
39
<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>
40
</div>
41
0 commit comments