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

qiaojialin pushed a commit to branch fix_design_doc_url
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 8b18ee4d628f42d448cf1ba1f1570cdece156ac9
Author: qiaojialin <[email protected]>
AuthorDate: Wed Feb 5 18:46:07 2020 +0800

    fix design doc url
---
 .../SystemDesign/0-Architecture/1-Architecture.md  | 25 +++++-----------------
 .../SystemDesign/1-TsFile/1-TsFile.md              |  6 +++---
 .../SystemDesign/2-QueryEngine/1-QueryEngine.md    |  4 ++--
 .../4-StorageEngine/1-StorageEngine.md             |  6 +++---
 4 files changed, 13 insertions(+), 28 deletions(-)

diff --git 
a/docs/Documentation-CHN/SystemDesign/0-Architecture/1-Architecture.md 
b/docs/Documentation-CHN/SystemDesign/0-Architecture/1-Architecture.md
index f026c71..3e8162f 100644
--- a/docs/Documentation-CHN/SystemDesign/0-Architecture/1-Architecture.md
+++ b/docs/Documentation-CHN/SystemDesign/0-Architecture/1-Architecture.md
@@ -33,23 +33,8 @@ IoTDB 采用客户端-服务器架构,如下图所示。
 
 其中服务器端主要包括查询引擎,用来处理用户的所有请求,并分发到对应的管理组件,包括数据写入层、数据查询、元数据管理、权限管理等模块。
 
-* [数据文件](../1-TsFile/1-TsFile.md)
-* [查询引擎](../2-QueryEngine/1-QueryEngine.md)
-* [元数据管理](../3-SchemaManager/1-MManager.md)
-* [存储引擎](../4-StorageEngine/1-StorageEngine.md)
-* [数据查询](../5-DataQuery/1-DataQuery.md)
-* [权限管理](../6-Administration/1-Administration.md)
-
-## 连接器
-
-IoTDB 与大数据系统进行了对接。
-
-* [Hadoop-TsFile](../7-Connector/1-Hadoop-TsFile.md)
-* [Hive-TsFile](../7-Connector/2-Hive-TsFile.md)
-* [Spark-TsFile](../7-Connector/3-Spark-TsFile.md)
-* [Spark-IoTDB](../7-Connector/4-Spark-IoTDB.md)
-* [Grafana](../7-Connector/5-Grafana.md)
-
-## 工具
-
-* [同步工具](../8-Tools/1-Sync.md)
\ No newline at end of file
+* [数据文件](https://iotdb.apache.org/#/SystemDesign/progress/chap1/sec1)
+* [查询引擎](https://iotdb.apache.org/#/SystemDesign/progress/chap2/sec1)
+* [元数据管理](https://iotdb.apache.org/#/SystemDesign/progress/chap3/sec1)
+* [存储引擎](https://iotdb.apache.org/#/SystemDesign/progress/chap4/sec1)
+* [数据查询](https://iotdb.apache.org/#/SystemDesign/progress/chap5/sec1)
\ No newline at end of file
diff --git a/docs/Documentation-CHN/SystemDesign/1-TsFile/1-TsFile.md 
b/docs/Documentation-CHN/SystemDesign/1-TsFile/1-TsFile.md
index 241d202..7ac09c1 100644
--- a/docs/Documentation-CHN/SystemDesign/1-TsFile/1-TsFile.md
+++ b/docs/Documentation-CHN/SystemDesign/1-TsFile/1-TsFile.md
@@ -26,6 +26,6 @@ TsFile 是 IoTDB 的底层数据文件,专门为时间序列数据设计的列
 
 ## 相关文档
 
-* [文件格式](2-Format.md)
-* [写流程](3-Write.md)
-* [读流程](4-Read.md)
+* [文件格式](https://iotdb.apache.org/#/SystemDesign/progress/chap1/sec2)
+* [写流程](https://iotdb.apache.org/#/SystemDesign/progress/chap1/sec3)
+* [读流程](https://iotdb.apache.org/#/SystemDesign/progress/chap1/sec4)
diff --git a/docs/Documentation-CHN/SystemDesign/2-QueryEngine/1-QueryEngine.md 
b/docs/Documentation-CHN/SystemDesign/2-QueryEngine/1-QueryEngine.md
index b156870..2bd6416 100644
--- a/docs/Documentation-CHN/SystemDesign/2-QueryEngine/1-QueryEngine.md
+++ b/docs/Documentation-CHN/SystemDesign/2-QueryEngine/1-QueryEngine.md
@@ -60,5 +60,5 @@
 
 ## 相关文档
 
-* [查询计划生成器](2-Planner.md)
-* [计划执行器](3-PlanExecutor.md)
\ No newline at end of file
+* [查询计划生成器](https://iotdb.apache.org/#/SystemDesign/progress/chap2/sec2)
+* [计划执行器](https://iotdb.apache.org/#/SystemDesign/progress/chap2/sec3)
\ No newline at end of file
diff --git 
a/docs/Documentation-CHN/SystemDesign/4-StorageEngine/1-StorageEngine.md 
b/docs/Documentation-CHN/SystemDesign/4-StorageEngine/1-StorageEngine.md
index 1d073b4..b70173a 100644
--- a/docs/Documentation-CHN/SystemDesign/4-StorageEngine/1-StorageEngine.md
+++ b/docs/Documentation-CHN/SystemDesign/4-StorageEngine/1-StorageEngine.md
@@ -85,8 +85,8 @@
 
 ## 相关文档
 
-* [写前日志 (WAL)](2-WAL.md)
+* [写前日志 (WAL)](https://iotdb.apache.org/#/SystemDesign/progress/chap4/sec2)
 
-* [memtable 持久化](3-FlushManager.md)
+* [memtable 持久化](https://iotdb.apache.org/#/SystemDesign/progress/chap4/sec3)
 
-* [文件合并机制](4-MergeManager.md)
\ No newline at end of file
+* [文件合并机制](https://iotdb.apache.org/#/SystemDesign/progress/chap4/sec4)
\ No newline at end of file

Reply via email to