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

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


The following commit(s) were added to refs/heads/master by this push:
     new 304bd9ab62 Change Get-Starting (#9102)
304bd9ab62 is described below

commit 304bd9ab624ca782518b3689a9cad8d99166730a
Author: FreeOnePlus <[email protected]>
AuthorDate: Wed Apr 20 14:15:18 2022 +0800

    Change Get-Starting (#9102)
    
    Modify the download address
---
 new-docs/en/get-starting/get-starting.md    | 18 +++---------------
 new-docs/zh-CN/get-starting/get-starting.md | 18 +++---------------
 2 files changed, 6 insertions(+), 30 deletions(-)

diff --git a/new-docs/en/get-starting/get-starting.md 
b/new-docs/en/get-starting/get-starting.md
index 190def784a..a557f962d8 100644
--- a/new-docs/en/get-starting/get-starting.md
+++ b/new-docs/en/get-starting/get-starting.md
@@ -27,10 +27,6 @@ under the License.
 
 # Apache Doris Get-Starting
 
-This article is suitable for students who have not learned Apache Doris yet 
and want to quickly experience the complete Apache Doris from compilation and 
deployment to specific applications.
-
-This article is applicable to multi-platform (Win|Mac|Linux) and multi-mode 
(bare metal|Docker|virtual machine) **single-machine deployment**, which can be 
selected according to the objective situation.
-
 ## Environmental preparation
 
 1. CPU: 2C (minimum) 8C (recommended)
@@ -44,12 +40,6 @@ This article is applicable to multi-platform (Win|Mac|Linux) 
and multi-mode (bar
 
 **Before creating, please prepare the compiled FE/BE file, this tutorial will 
not repeat the compilation process. **
 
-> If you have no intention of compiling or want to directly download the 
successfully compiled file, you can use the following link to download the 
corresponding version
->
-> Apache-Doris-Release--JDK1.8 precompiled version:
->
-> Baidu Palo-1.0-preview2-JDK1.8 precompiled version: 
https://palo-cloud-repo-bd.bd.bcebos.com/baidu-doris-release/PALO-1.0.0-preview2-no-avx2
 -binary.tar.gz
-
 1. Set the maximum number of open file handles in the system
 
    ```shell
@@ -63,13 +53,11 @@ This article is applicable to multi-platform 
(Win|Mac|Linux) and multi-mode (bar
 2. Download binary package / self-compile FE / BE files
 
    ```shell
-   wget https://dist.apache.org/repos/dist/dev/incubator/doris to deploy
-   wget https://palo-cloud-repo-bd.bd.bcebos.com/baidu-doris-release/version 
to deploy
+   wget https://dist.apache.org/repos/dist/release/incubator/doris/version to 
deploy
    # For example the following link
-   wget 
https://dist.apache.org/repos/dist/dev/incubator/doris/1.0/1.0.0-rc03/apache-doris-1.0.0-incubating-bin.tar.gz
-   wget 
https://palo-cloud-repo-bd.bd.bcebos.com/baidu-doris-release/PALO-1.0.0-preview2-no-avx2-binary.tar.gz
+   wget 
https://dist.apache.org/repos/dist/release/incubator/doris/1.0/1.0.0-incubating/apache-doris-1.0.0-incubating-bin.tar.gz
    ```
-
+   
 3. Extract the tar.gz file
 
    ```shell
diff --git a/new-docs/zh-CN/get-starting/get-starting.md 
b/new-docs/zh-CN/get-starting/get-starting.md
index 2cc3a9f579..62c0a23cce 100644
--- a/new-docs/zh-CN/get-starting/get-starting.md
+++ b/new-docs/zh-CN/get-starting/get-starting.md
@@ -27,10 +27,6 @@ under the License.
 
 # Apache Doris 快速入门
 
-本文适用于暂未学习Apache Doris、想极速体验完整Apache Doris从编译部署到具体应用的同学。
-
-本文适用于多平台(Win|Mac|Linux)、多方式(裸机|Docker|虚拟机)的**单机部署**,可根据客观情况选择。
-
 ## 环境准备
 
 1. CPU:2C(最低)8C(推荐)
@@ -44,12 +40,6 @@ under the License.
 
 **在创建之前,请准备好已完成编译的FE/BE文件,此教程不再赘述编译过程。**
 
-> 如无编译意向或想直接下载编译成功的文件,可使用如下链接下载对应版本
->
-> Apache-Doris-Release--JDK1.8 预编译版本:
->
-> 百度Palo-1.0-preview2-JDK1.8 
预编译版本:https://palo-cloud-repo-bd.bd.bcebos.com/baidu-doris-release/PALO-1.0.0-preview2-no-avx2-binary.tar.gz
-
 1. 设置系统最大打开文件句柄数
 
    ```shell
@@ -63,13 +53,11 @@ under the License.
 2. 下载二进制包/自主编译 FE / BE 文件
 
    ```shell
-   wget https://dist.apache.org/repos/dist/dev/incubator/doris/要部署的版本
-   wget https://palo-cloud-repo-bd.bd.bcebos.com/baidu-doris-release/要部署的版本
+   wget https://dist.apache.org/repos/dist/release/incubator/doris/要部署的版本
    # 例如如下链接
-   wget 
https://dist.apache.org/repos/dist/dev/incubator/doris/1.0/1.0.0-rc03/apache-doris-1.0.0-incubating-bin.tar.gz
-   wget 
https://palo-cloud-repo-bd.bd.bcebos.com/baidu-doris-release/PALO-1.0.0-preview2-no-avx2-binary.tar.gz
+   wget 
https://dist.apache.org/repos/dist/release/incubator/doris/1.0/1.0.0-incubating/apache-doris-1.0.0-incubating-bin.tar.gz
    ```
-
+   
 3. 解压缩 tar.gz 文件
 
    ```shell


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to