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

[incubator-dolphinscheduler-website] branch master updated: update download url in docs of deployment

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

journey 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 f2a277f  update download url in docs of deployment
     new a09a008  Merge pull request #69 from lgcareer/master
f2a277f is described below

commit f2a277f118d58a5dee4954e0e469ff2c141fd4ce
Author: lgcareer <18...@163.com>
AuthorDate: Mon Jan 6 13:58:29 2020 +0800

    update download url in docs of deployment
---
 docs/en-us/user_doc/backend-deployment.md  | 2 +-
 docs/en-us/user_doc/frontend-deployment.md | 2 +-
 docs/zh-cn/user_doc/backend-deployment.md  | 2 +-
 docs/zh-cn/user_doc/frontend-deployment.md | 2 +-
 site_config/site.js                        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/en-us/user_doc/backend-deployment.md b/docs/en-us/user_doc/backend-deployment.md
index 20a4a33..521fdfa 100755
--- a/docs/en-us/user_doc/backend-deployment.md
+++ b/docs/en-us/user_doc/backend-deployment.md
@@ -7,7 +7,7 @@ There are two deployment modes for the backend:
 
 ## Preparations
 
-Download the latest version of the installation package, download address:  [download](https://dist.apache.org/repos/dist/dev/incubator/dolphinscheduler),
+Download the latest version of the installation package, download address:  [download](https://dolphinscheduler.apache.org/en-us/docs/user_doc/download.html),
 download apache-dolphinscheduler-incubating-x.x.x-dolphinscheduler-backend-bin.tar.gz
 
 
diff --git a/docs/en-us/user_doc/frontend-deployment.md b/docs/en-us/user_doc/frontend-deployment.md
index 086c308..5af90fc 100755
--- a/docs/en-us/user_doc/frontend-deployment.md
+++ b/docs/en-us/user_doc/frontend-deployment.md
@@ -8,7 +8,7 @@ The front-end has three deployment modes: automated deployment, manual deploymen
 
 #### Download the installation package
 
-Please download the latest version of the installation package, download address: [download](https://dist.apache.org/repos/dist/dev/incubator/dolphinscheduler)
+Please download the latest version of the installation package, download address: [download](https://dolphinscheduler.apache.org/en-us/docs/user_doc/download.html)
 
 After downloading apache-dolphinscheduler-incubating-x.x.x-dolphinscheduler-front-bin.tar.gz,
 decompress`tar -zxvf apache-dolphinscheduler-incubating-x.x.x-dolphinscheduler-front-bin.tar.gz ./`and enter the`dolphinscheduler-ui`directory
diff --git a/docs/zh-cn/user_doc/backend-deployment.md b/docs/zh-cn/user_doc/backend-deployment.md
index 0b83f63..637bfaa 100755
--- a/docs/zh-cn/user_doc/backend-deployment.md
+++ b/docs/zh-cn/user_doc/backend-deployment.md
@@ -4,7 +4,7 @@
 
 ## 1、准备工作
 
-请下载最新版本的安装包,下载地址: [下载](https://dist.apache.org/repos/dist/dev/incubator/dolphinscheduler)
+请下载最新版本的安装包,下载地址: [下载](https://dolphinscheduler.apache.org/en-us/docs/user_doc/download.html)
 
 #### 准备一: 基础软件安装(必装项请自行安装)
 
diff --git a/docs/zh-cn/user_doc/frontend-deployment.md b/docs/zh-cn/user_doc/frontend-deployment.md
index 049ec4b..c678fc7 100755
--- a/docs/zh-cn/user_doc/frontend-deployment.md
+++ b/docs/zh-cn/user_doc/frontend-deployment.md
@@ -5,7 +5,7 @@
 ## 1、准备工作
 #### 下载安装包
 
-请下载最新版本的安装包,下载地址: [下载](https://dist.apache.org/repos/dist/dev/incubator/dolphinscheduler)
+请下载最新版本的安装包,下载地址: [下载](https://dolphinscheduler.apache.org/en-us/docs/user_doc/download.html)
 
 下载 apache-dolphinscheduler-incubating-x.x.x-dolphinscheduler-front-bin.tar.gz 后,
 解压`tar -zxvf apache-dolphinscheduler-incubating-x.x.x-dolphinscheduler-front-bin.tar.g ./`后,进入`dolphinscheduler-ui`目录
diff --git a/site_config/site.js b/site_config/site.js
index d05d4e9..48f9394 100755
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -18,7 +18,7 @@ export default {
         children: [
           {
             key: 'docs1',
-            text: '1.2.0(Upcoming release)',
+            text: '1.2.0',
             link: '/en-us/docs/user_doc/quick-start.html',
           },
           {