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

jakevin 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 004872c99a [fix](doc) fix invalid urls in tpch.md (#16949)
004872c99a is described below

commit 004872c99a3d4f0839fc280c5057820345711a0c
Author: ElvinWei <zhengte....@outlook.com>
AuthorDate: Tue Feb 21 15:45:31 2023 +0800

    [fix](doc) fix invalid urls in tpch.md (#16949)
---
 docs/en/docs/benchmark/tpch.md    | 6 +++---
 docs/zh-CN/docs/benchmark/tpch.md | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/en/docs/benchmark/tpch.md b/docs/en/docs/benchmark/tpch.md
index e5923a4bec..4b4ff5a6c9 100644
--- a/docs/en/docs/benchmark/tpch.md
+++ b/docs/en/docs/benchmark/tpch.md
@@ -71,7 +71,7 @@ The TPCH 100G data generated by the simulation of the entire 
test are respective
 
 ## 4. Test SQL
 
-TPCH 22 test query statements : 
[TPCH-Query-SQL](https://github.com/apache/incubator-doris/tree/master/tools/tpch-tools/queries)
+TPCH 22 test query statements : 
[TPCH-Query-SQL](https://github.com/apache/doris/tree/master/tools/tpch-tools/queries)
 
 **Notice:**
 
@@ -130,7 +130,7 @@ Please refer to the [official 
document](../install/install-deploy.md) to install
 
 ### 7.1 Download and Install TPC-H Data Generation Tool
 
-Execute the following script to download and compile the 
[tpch-tools](https://github.com/apache/incubator-doris/tree/master/tools/tpch-tools)
 tool.
+Execute the following script to download and compile the 
[tpch-tools](https://github.com/apache/doris/tree/master/tools/tpch-tools) tool.
 
 ```shell
 sh build-tpch-dbgen.sh
@@ -182,7 +182,7 @@ export DB='tpch1'
 ```shell
 sh create-tpch-tables.sh
 ```
-Or copy the table creation statement in 
[create-tpch-tables.sql](https://github.com/apache/incubator-doris/blob/master/tools/tpch-tools/create-tpch-tables.sql)
 and excute it in Doris.
+Or copy the table creation statement in 
[create-tpch-tables.sql](https://github.com/apache/doris/tree/master/tools/tpch-tools/ddl/create-tpch-tables.sql)
 and excute it in Doris.
 
 
 ### 7.4 Import Data
diff --git a/docs/zh-CN/docs/benchmark/tpch.md 
b/docs/zh-CN/docs/benchmark/tpch.md
index fb14c59db5..6bf1687256 100644
--- a/docs/zh-CN/docs/benchmark/tpch.md
+++ b/docs/zh-CN/docs/benchmark/tpch.md
@@ -73,7 +73,7 @@ TPC-H是一个决策支持基准(Decision Support Benchmark),它由一套
 
 ## 4. 测试SQL
 
-TPCH 22 个测试查询语句 : 
[TPCH-Query-SQL](https://github.com/apache/incubator-doris/tree/master/tools/tpch-tools/queries)
+TPCH 22 个测试查询语句 : 
[TPCH-Query-SQL](https://github.com/apache/doris/tree/master/tools/tpch-tools/queries)
 
 **注意:**
 
@@ -131,7 +131,7 @@ TPCH 22 个测试查询语句 : 
[TPCH-Query-SQL](https://github.com/apache/inc
 
 ### 7.1 下载安装 TPC-H 数据生成工具
 
-执行以下脚本下载并编译  
[tpch-tools](https://github.com/apache/incubator-doris/tree/master/tools/tpch-tools)
  工具。
+执行以下脚本下载并编译  
[tpch-tools](https://github.com/apache/doris/tree/master/tools/tpch-tools)  工具。
 
 ```shell
 sh build-tpch-dbgen.sh
@@ -183,7 +183,7 @@ export DB='tpch1'
 ```shell
 sh create-tpch-tables.sh
 ```
-或者复制 
[create-tpch-tables.sql](https://github.com/apache/incubator-doris/blob/master/tools/tpch-tools/create-tpch-tables.sql)
 中的建表语句,在 Doris 中执行。
+或者复制 
[create-tpch-tables.sql](https://github.com/apache/doris/tree/master/tools/tpch-tools/ddl/create-tpch-tables.sql)
 中的建表语句,在 Doris 中执行。
 
 
 ### 7.4 导入数据


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to