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 2019/08/04 01:53:36 UTC

[incubator-iotdb] branch rel/0.8 updated: fix link problem

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

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


The following commit(s) were added to refs/heads/rel/0.8 by this push:
     new 965d545  fix link problem
965d545 is described below

commit 965d545e2f300e5ddd2193ce021df1080bfbfade
Author: zhutianci <zh...@gmail.com>
AuthorDate: Mon Jul 29 20:40:20 2019 +0800

    fix link problem
    
    Should use %20 to represent space, otherwise it's invalid
---
 docs/Documentation/UserGuide/7-TsFile/2-Usage.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Documentation/UserGuide/7-TsFile/2-Usage.md b/docs/Documentation/UserGuide/7-TsFile/2-Usage.md
index 822e72d..89b2b68 100644
--- a/docs/Documentation/UserGuide/7-TsFile/2-Usage.md
+++ b/docs/Documentation/UserGuide/7-TsFile/2-Usage.md
@@ -143,7 +143,7 @@ A TsFile can be generated by following three steps and the complete code will be
     	
     * type: The data type, now support six types: `BOOLEAN`, `INT32`, `INT64`, `FLOAT`, `DOUBLE`, `TEXT`;
     
-    * encoding: The data encoding. See [Chapter 2-3]('../2-Concept Key Concepts and Terminology/3-Encoding.md').
+    * encoding: The data encoding. See [Chapter 2-3](../2-Concept%20Key%20Concepts%20and%20Terminology/3-Encoding.md).
     
     * compression: The data compression. Now supports `UNCOMPRESSED` and `SNAPPY`.