You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by zh...@apache.org on 2022/04/27 15:24:41 UTC

[incubator-seatunnel-website] branch main updated: fix home page quick start (#117)

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

zhongjiajie 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 eb559843e fix home page quick start (#117)
eb559843e is described below

commit eb559843e6db509f958f961f8f46557a238bee5f
Author: Wenjun Ruan <we...@apache.org>
AuthorDate: Wed Apr 27 23:24:37 2022 +0800

    fix home page quick start (#117)
---
 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 1e8e54c8e..a460827e5 100644
--- a/src/pages/home/index.jsx
+++ b/src/pages/home/index.jsx
@@ -33,7 +33,7 @@ export default function () {
 
                         <div className="button_row center">
                             {/* TODO next release should be change to /category/start */}
-                            <a href={'/docs/' + versions[0] + '/introduction'} className="corner_button blue_fill">{dataSource.common.getStart}</a>
+                            <a href={'/docs/' + versions[0] + '/intro/about'} 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"/>