Skip to content

Commit

Permalink
fix(hero): Fix 404 jump when clicking Get started
Browse files Browse the repository at this point in the history
  • Loading branch information
shiliuzi8686 committed Jul 30, 2024
1 parent 03a1bd8 commit 8648a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function () {
target="_blank">
<i className="lni-github-original"></i>&nbsp;GitHub
</a>
<a className="btn streampark-btn btn-green mt-30 ml-3 ztop" href="/docs/user-guide/quick-start"
<a className="btn streampark-btn btn-green mt-30 ml-3 ztop" href="/docs/get-started/intro"
style={{marginLeft: '10px'}}>
<i className="lni-play"></i>&nbsp;Get started
</a>
Expand Down

0 comments on commit 8648a28

Please sign in to comment.