This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 2f30c7cf03 [doc] Update the URL download link address in Quick Start
(#10457)
2f30c7cf03 is described below
commit 2f30c7cf03ea1876fe82fe1de041579a77bec308
Author: FreeOnePlus <[email protected]>
AuthorDate: Tue Jun 28 13:53:07 2022 +0800
[doc] Update the URL download link address in Quick Start (#10457)
---
docs/zh-CN/docs/get-starting/get-starting.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/zh-CN/docs/get-starting/get-starting.md
b/docs/zh-CN/docs/get-starting/get-starting.md
index ee0da68266..e7ff203d6a 100644
--- a/docs/zh-CN/docs/get-starting/get-starting.md
+++ b/docs/zh-CN/docs/get-starting/get-starting.md
@@ -53,9 +53,9 @@ under the License.
2. 下载二进制包/自主编译 FE / BE 文件
```shell
- wget https://dist.apache.org/repos/dist/release/incubator/doris/要部署的版本
+ wget https://dist.apache.org/repos/dist/release/doris/要部署的版本
# 例如如下链接
- 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
+ wget
https://dist.apache.org/repos/dist/release/doris/1.0/1.0.0-incubating/apache-doris-1.0.0-incubating-bin.tar.gz
```
3. 解压缩 tar.gz 文件
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]