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

kirs pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 3be154a  [Bug][doc] Fix the QUICK START in the home page cannot jump 
normally (#59)
3be154a is described below

commit 3be154a3d9cd1a1e48cdcadfd91379f29e19460a
Author: Benedict Jin <[email protected]>
AuthorDate: Thu Feb 17 22:52:15 2022 +0800

    [Bug][doc] Fix the QUICK START in the home page cannot jump normally (#59)
---
 src/pages/home/index.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/home/index.jsx b/src/pages/home/index.jsx
index 2dd953d..09c5d67 100644
--- a/src/pages/home/index.jsx
+++ b/src/pages/home/index.jsx
@@ -30,7 +30,7 @@ export default function () {
                         <p 
className="main_slogan">{dataSource.home.banner.slogan}</p>
 
                         <div className="button_row center">
-                            <a href="#" className="corner_button 
blue_fill">{dataSource.common.getStart}</a>
+                            <a 
href="https://seatunnel.apache.org/docs/introduction#quick-start"; 
className="corner_button blue_fill">{dataSource.common.getStart}</a>
                             <a href={systemConfiguration.github.projectUrl} 
target="_blank"
                                className="corner_button blue" onMouseOver={() 
=> changeFlag(1)} onMouseOut={() => changeFlag(2)}>
                                 <img className="button_icon github1" 
src={useBaseUrl('/home/icons/github' + flag + '.svg')} alt="github"/>

Reply via email to