This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 7f3549e  fix(hero): Fix 404 jump when clicking Get started (#400)
7f3549e is described below

commit 7f3549edad7d16cfa18d16eee8fef7da4fe8e6c1
Author: _tay <[email protected]>
AuthorDate: Sun Aug 4 22:55:27 2024 +0800

    fix(hero): Fix 404 jump when clicking Get started (#400)
---
 src/pages/home/hero.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/home/hero.jsx b/src/pages/home/hero.jsx
index 8b2189f..de08ee8 100644
--- a/src/pages/home/hero.jsx
+++ b/src/pages/home/hero.jsx
@@ -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>

Reply via email to