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:35:01 UTC

[incubator-dolphinscheduler-website] branch master updated: fix link

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 090d22d  fix link
     new 63066c8  Merge pull request #73 from break60/master
090d22d is described below

commit 090d22d11154d7643b785758ce09ca95481290ad
Author: break60 <79...@qq.com>
AuthorDate: Wed Jan 8 10:32:40 2020 +0800

    fix link
---
 site_config/community.jsx | 4 ++--
 site_config/home.jsx      | 4 ++--
 site_config/site.js       | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/site_config/community.jsx b/site_config/community.jsx
index 8b96331..bcdee27 100755
--- a/site_config/community.jsx
+++ b/site_config/community.jsx
@@ -83,7 +83,7 @@ export default {
         {
           img: '/img/documents.png',
           title: 'Documents',
-          content: <span>Improve the <a href="/en-us/docs/user_doc/quick-start.html">documentation</a>.</span>,
+          content: <span>Improve the <a href="/en-us/docs/1.2.0/user_doc/quick-start.html">documentation</a>.</span>,
         },
         {
           img: '/img/pullrequest.png',
@@ -175,7 +175,7 @@ export default {
         {
           img: '/img/documents.png',
           title: '文档',
-          content: <span>优化DolphinScheduler <a href="/zh-cn/docs/user_doc/quick-start.html"> 文档</a>。</span>,
+          content: <span>优化DolphinScheduler <a href="/zh-cn/docs/1.2.0/user_doc/quick-start.html"> 文档</a>。</span>,
         },
         {
           img: '/img/pullrequest.png',
diff --git a/site_config/home.jsx b/site_config/home.jsx
index 73f54d4..646d7a0 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',
         },
         {
@@ -97,7 +97,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',
         },
         {
diff --git a/site_config/site.js b/site_config/site.js
index c80bc32..cfe245e 100755
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -162,7 +162,7 @@ export default {
         },
         {
           text: '快速开始',
-          link: '/zh-cn/docs/user_doc/quick-start.html',
+          link: '/zh-cn/docs/1.2.0/user_doc/quick-start.html',
         },
         {
           text: '开发者指南',