You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/07/30 02:46:14 UTC

[incubator-iotdb] branch master updated: fix space encoding

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3517a5c  fix space encoding
3517a5c is described below

commit 3517a5cd8d10872a8a7797a6458cc1fc06acf18a
Author: LebronAl <TX...@gmail.com>
AuthorDate: Thu Jul 30 10:40:57 2020 +0800

    fix space encoding
---
 docs/SystemDesign/Architecture/Architecture.md    | 4 ++--
 docs/SystemDesign/TsFile/TsFile.md                | 6 +++---
 docs/zh/SystemDesign/Architecture/Architecture.md | 4 ++--
 docs/zh/SystemDesign/TsFile/TsFile.md             | 6 +++---
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/SystemDesign/Architecture/Architecture.md b/docs/SystemDesign/Architecture/Architecture.md
index 7662a7d..72929e7 100644
--- a/docs/SystemDesign/Architecture/Architecture.md
+++ b/docs/SystemDesign/Architecture/Architecture.md
@@ -47,8 +47,8 @@ The server mainly includes a query engine that processes all user requests and d
 
 IoTDB is connected with big data systems.
 
-* [Hadoop-TsFile](../../UserGuide/Ecosystem Integration/MapReduce%20TsFile.md)
+* [Hadoop-TsFile](../../UserGuide/Ecosystem%20Integration/MapReduce%20TsFile.md)
 * [Hive-TsFile](../Connector/Hive-TsFile.md)
 * [Spark-TsFile](../Connector/Spark-TsFile.md)
 * [Spark-IoTDB](../Connector/Spark-IOTDB.md)
-* [Grafana](../../UserGuide/Ecosystem Integration/Grafana.md)
+* [Grafana](../../UserGuide/Ecosystem%20Integration/Grafana.md)
diff --git a/docs/SystemDesign/TsFile/TsFile.md b/docs/SystemDesign/TsFile/TsFile.md
index 19b9915..634b611 100644
--- a/docs/SystemDesign/TsFile/TsFile.md
+++ b/docs/SystemDesign/TsFile/TsFile.md
@@ -25,6 +25,6 @@ TsFile is the data file of IoTDB.
 
 ## Related
 
-* [File Format](../TsFile/Format.md)
-* [Write Process](../TsFile/Write.md)
-* [Read Process](../TsFile/Read.md)
+* [File Format](Format.md)
+* [Write Process](Write.md)
+* [Read Process](Read.md)
diff --git a/docs/zh/SystemDesign/Architecture/Architecture.md b/docs/zh/SystemDesign/Architecture/Architecture.md
index 5c6003b..19a15c8 100644
--- a/docs/zh/SystemDesign/Architecture/Architecture.md
+++ b/docs/zh/SystemDesign/Architecture/Architecture.md
@@ -47,9 +47,9 @@ IoTDB 采用客户端-服务器架构,如下图所示。
 
 IoTDB 与大数据系统进行了对接。
 
-* [Hadoop-TsFile](../../UserGuide/Ecosystem Integration/MapReduce%20TsFile.md)
+* [Hadoop-TsFile](../../UserGuide/Ecosystem%20Integration/MapReduce%20TsFile.md)
 * [Hive-TsFile](../Connector/Hive-TsFile.md)
 * [Spark-TsFile](../Connector/Spark-TsFile.md)
 * [Spark-IoTDB](../Connector/Spark-IOTDB.md)
-* [Grafana](../../UserGuide/Ecosystem Integration/Grafana.md)
+* [Grafana](../../UserGuide/Ecosystem%20Integration/Grafana.md)
 
diff --git a/docs/zh/SystemDesign/TsFile/TsFile.md b/docs/zh/SystemDesign/TsFile/TsFile.md
index 26a3a6a..7801fba 100644
--- a/docs/zh/SystemDesign/TsFile/TsFile.md
+++ b/docs/zh/SystemDesign/TsFile/TsFile.md
@@ -26,6 +26,6 @@ TsFile 是 IoTDB 的底层数据文件,专门为时间序列数据设计的列
 
 ## 相关文档
 
-* [文件格式](../TsFile/Format.md)
-* [写流程](../TsFile/Write.md)
-* [读流程](../TsFile/Read.md)
+* [文件格式](Format.md)
+* [写流程](Write.md)
+* [读流程](Read.md)