You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/04/25 03:34:51 UTC

[dolphinscheduler-website] branch master updated: [Bug] fix Chinese Official website link error link (#782)

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 <73...@qq.com>
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',
         },
         {