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/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a0941fa41f1 remove incubator
a0941fa41f1 is described below

commit a0941fa41f1e885a959dca17d919d99cbfb94d89
Author: jiafeng.zhang <[email protected]>
AuthorDate: Sun Jul 24 11:08:48 2022 +0800

    remove incubator
    
    remove incubator
---
 community/developer-guide/docker-dev.md                               | 2 +-
 community/developer-guide/fe-idea-dev.md                              | 2 +-
 community/developer-guide/fe-vscode-dev.md                            | 2 +-
 .../current/developer-guide/docker-dev.md                             | 2 +-
 .../current/developer-guide/fe-idea-dev.md                            | 4 ++--
 .../current/developer-guide/fe-vscode-dev.md                          | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/community/developer-guide/docker-dev.md 
b/community/developer-guide/docker-dev.md
index 8b164e856c4..17c15471684 100644
--- a/community/developer-guide/docker-dev.md
+++ b/community/developer-guide/docker-dev.md
@@ -111,7 +111,7 @@ create directory and download doris
 ```bash
 su <your user>
 mkdir code && cd code
-git clone https://github.com/apache/incubator-doris.git
+git clone https://github.com/apache/doris.git
 ```
 
 ## Compile
diff --git a/community/developer-guide/fe-idea-dev.md 
b/community/developer-guide/fe-idea-dev.md
index 8b217e3e363..40fc8ccf06c 100644
--- a/community/developer-guide/fe-idea-dev.md
+++ b/community/developer-guide/fe-idea-dev.md
@@ -33,7 +33,7 @@ under the License.
 * IntelliJ IDEA
 * Maven (Optional, IDEA shipped embedded Maven3)
 
-1. Git clone codebase from https://github.com/apache/incubator-doris.git
+1. Git clone codebase from https://github.com/apache/doris.git
 
 
 2. Use IntelliJ IDEA to open the code root directory
diff --git a/community/developer-guide/fe-vscode-dev.md 
b/community/developer-guide/fe-vscode-dev.md
index fe8840e08c2..4467ddb749d 100644
--- a/community/developer-guide/fe-vscode-dev.md
+++ b/community/developer-guide/fe-vscode-dev.md
@@ -37,7 +37,7 @@ Some developers are building FE development environment on a 
development machine
 
 ## Download code for compilation
 
-1. https://github.com/apache/incubator-doris.git Download the doris source code
+1. https://github.com/apache/doris.git Download the doris source code
 
 2. use VSCode to open the code `/fe` directory
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/docker-dev.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/docker-dev.md
index f5f90ad84b4..f5a2c601181 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/docker-dev.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/docker-dev.md
@@ -112,7 +112,7 @@ plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
 ```bash
 su <your user>
 mkdir code && cd code
-git clone https://github.com/apache/incubator-doris.git
+git clone https://github.com/apache/doris.git
 ```
 
 ## 编译
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-idea-dev.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-idea-dev.md
index 0877b069bd1..b4e352c1939 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-idea-dev.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-idea-dev.md
@@ -30,14 +30,14 @@ under the License.
 
 JDK1.8+, IntelliJ IDEA
 
-1. 从 https://github.com/apache/incubator-doris.git 下载源码到本地
+1. 从 https://github.com/apache/doris.git 下载源码到本地
 
 2. 使用IntelliJ IDEA 打开代码根目录
 
 3. 如果仅进行fe开发而没有编译过thirdparty,则需要安装thrift,并将thrift 复制或者连接到 
`thirdparty/installed/bin` 目录下
 
         安装 `thrift` 0.13.0 版本(注意:`Doris` 0.15 和最新的版本基于 `thrift` 0.13.0 构建, 
之前的版本依然使用`thrift` 0.9.3 构建)
-
+    
         Windows: 
            1. 
下载:`http://archive.apache.org/dist/thrift/0.13.0/thrift-0.13.0.exe`
            2. 拷贝:将文件拷贝至 `./thirdparty/installed/bin`
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-vscode-dev.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-vscode-dev.md
index b5700956ddf..8f997fdb01b 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-vscode-dev.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-vscode-dev.md
@@ -37,7 +37,7 @@ under the License.
 
 ## 下载代码编译
 
-1. 从 https://github.com/apache/incubator-doris.git 下载源码到本地
+1. 从 https://github.com/apache/doris.git 下载源码到本地
 
 2. 使用 VSCode 打开代码 `/fe` 目录
 


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

Reply via email to