You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/01/09 06:34:22 UTC

[incubator-dolphinscheduler-website] branch master updated: update quick start url

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 866693c  update quick start url
     new 7cb9c77  Merge pull request #74 from dailidong/master
866693c is described below

commit 866693c59e53492fe96e34d995e28d11497848af
Author: dailidong <da...@gmail.com>
AuthorDate: Thu Jan 9 14:28:17 2020 +0800

    update quick start url
---
 site_config/home.jsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site_config/home.jsx b/site_config/home.jsx
index 22a246b..67883c9 100755
--- a/site_config/home.jsx
+++ b/site_config/home.jsx
@@ -8,7 +8,7 @@ export default {
       buttons: [
         {
           text: '立即开始',
-          link: '/zh-cn/docs/user_doc/quick-start.html',
+          link: '/zh-cn/docs/1.2.0/user_doc/quick-start.html',
           type: 'primary',
         },
         {
@@ -96,7 +96,7 @@ export default {
       buttons: [
         {
           text: 'Quick Start',
-          link: '/en-us/docs/user_doc/quick-start.html',
+          link: '/en-us/docs/1.2.0/user_doc/quick-start.html',
           type: 'primary',
         },
         {