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

zhongjiajie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 407a61249 [Bug] fix Chinese Official website link error link (#782)
407a61249 is described below

commit 407a612494e78cbde4bc1ba44812630fc05f987f
Author: labbomb <[email protected]>
AuthorDate: Mon Apr 25 11:34:47 2022 +0800

    [Bug] fix Chinese Official website link error link (#782)
---
 site_config/home.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site_config/home.jsx b/site_config/home.jsx
index 98eb94d24..9bd2c3193 100644
--- a/site_config/home.jsx
+++ b/site_config/home.jsx
@@ -6,7 +6,7 @@ export default {
       buttons: [
         {
           text: '立即开始',
-          link: '/zh-cn/docs/latest/user_doc/guide/quick-start.html',
+          link: '/zh-cn/docs/latest/user_doc/guide/start/quick-start.html',
           type: 'primary',
         },
         {

Reply via email to