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

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

commit b2267c087ab65912313704a906da50afd52ead94
Author: qiaojialin <[email protected]>
AuthorDate: Tue Jul 23 14:46:46 2019 +0800

    change latest to version in documents url
---
 README.md                                                      |  6 +++---
 .../1-Key Concepts and Terminology.md                          |  2 +-
 .../UserGuide/3-Operation Manual/5-Data Maintenance.md         | 10 +++++-----
 .../UserGuide/3-Operation Manual/5-Data Maintenance.md         | 10 +++++-----
 4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index d412168..b975f08 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ If you want to use Hadoop or Spark to analyze IoTDB data file 
(called as TsFile)
 
 # Quick Start
 
-This short guide will walk you through the basic process of using IoTDB. For a 
more-complete guide, please visit our website's [User 
Guide](https://iotdb.apache.org/#/Documents/latest/sec1).
+This short guide will walk you through the basic process of using IoTDB. For a 
more-complete guide, please visit our website's [User 
Guide](https://iotdb.apache.org/#/Documents/0.8.0/sec1).
 
 ## Installation from source code
 
@@ -161,7 +161,7 @@ Before starting to use IoTDB, you need to config the 
configuration files first.
 
 In total, we provide users three kinds of configurations module: environment 
config module (iotdb-env.bat, iotdb-env.sh), system config module 
(tsfile-format.properties, iotdb-engine.properties) and log config module 
(logback.xml). All of these kinds of configuration files are put in 
iotdb/config folder.
 
-For more, you are advised to check our documentation [Chapter4: Deployment and 
Management](https://iotdb.apache.org/#/Documents/latest/sec4) in detail.
+For more, you are advised to check our documentation [Chapter4: Deployment and 
Management](https://iotdb.apache.org/#/Documents/0.8.0/sec4) in detail.
 
 ## Start
 
@@ -275,7 +275,7 @@ execute successfully.
 
 If your session looks similar to what's above, congrats, your IoTDB is 
operational!
 
-For more on what commands are supported by IoTDB SQL, see our documentation 
[Chapter 5: IoTDB SQL 
Documentation](https://iotdb.apache.org/#/Documents/latest/sec5).
+For more on what commands are supported by IoTDB SQL, see our documentation 
[Chapter 5: IoTDB SQL 
Documentation](https://iotdb.apache.org/#/Documents/0.8.0/sec5).
 
 
 # Usage of import-csv.sh
diff --git a/docs/Documentation-CHN/UserGuide/2-Concept Key Concepts and 
Terminology/1-Key Concepts and Terminology.md 
b/docs/Documentation-CHN/UserGuide/2-Concept Key Concepts and Terminology/1-Key 
Concepts and Terminology.md
index 1eb060e..6ae2489 100644
--- a/docs/Documentation-CHN/UserGuide/2-Concept Key Concepts and 
Terminology/1-Key Concepts and Terminology.md 
+++ b/docs/Documentation-CHN/UserGuide/2-Concept Key Concepts and 
Terminology/1-Key Concepts and Terminology.md 
@@ -168,7 +168,7 @@ IoTDB在显示时间戳时可以支持LONG类型以及DATETIME-DISPLAY类型,
 
 * 值
 
-一个时间序列的值是由实际中的传感器向IoTDB发送的数值。这个值可以按照数据类型被IoTDB存储,同时用户也可以针对这个值的数据类型选择压缩方式,以及对应的编码方式。数据类型与对应编码的详细信息请参见本文[数据类型](/#/Documents/latest/chap2/sec2)与[编码方式](/#/Documents/latest/chap2/sec3)节。
+一个时间序列的值是由实际中的传感器向IoTDB发送的数值。这个值可以按照数据类型被IoTDB存储,同时用户也可以针对这个值的数据类型选择压缩方式,以及对应的编码方式。数据类型与对应编码的详细信息请参见本文[数据类型](/#/Documents/0.8.0/chap2/sec2)与[编码方式](/#/Documents/latest/chap2/sec3)节。
 
 * 数据点
 
diff --git a/docs/Documentation-CHN/UserGuide/3-Operation Manual/5-Data 
Maintenance.md b/docs/Documentation-CHN/UserGuide/3-Operation Manual/5-Data 
Maintenance.md
index cb587ac..bbb4715 100644
--- a/docs/Documentation-CHN/UserGuide/3-Operation Manual/5-Data Maintenance.md 
+++ b/docs/Documentation-CHN/UserGuide/3-Operation Manual/5-Data Maintenance.md 
@@ -27,9 +27,9 @@
 
 ### 数据更新
 
-用户使用[UPDATE语句](/#/Documents/latest/chap5/sec1)可以更新指定的时间序列中一段时间的数据。在更新数据时,用户可以选择需要更新的一个时间序列(0.8.0版本暂不支持多个时间序列的更新)并指定更新某个时间点或时间段的数据(0.8.0版本必须有时间过滤条件)。
+用户使用[UPDATE语句](/#/Documents/0.8.0/chap5/sec1)可以更新指定的时间序列中一段时间的数据。在更新数据时,用户可以选择需要更新的一个时间序列(0.8.0版本暂不支持多个时间序列的更新)并指定更新某个时间点或时间段的数据(0.8.0版本必须有时间过滤条件)。
 
-在JAVA编程环境中,您可以使用[JDBC API](/#/Documents/latest/chap6/sec1)单条或批量执行UPDATE语句。
+在JAVA编程环境中,您可以使用[JDBC API](/#/Documents/0.8.0/chap6/sec1)单条或批量执行UPDATE语句。
 
 #### 单传感器时间序列值更新
 
@@ -54,9 +54,9 @@ Msg: do not select any existing series
 
 ### 数据删除
 
-用户使用[DELETE语句](/#/Documents/latest/chap5/sec1)可以删除指定的时间序列中符合时间删除条件的数据。在删除数据时,用户可以选择需要删除的一个或多个时间序列、时间序列的前缀、时间序列带*路径对某时间之前的数据进行删除(0.8.0版本暂不支持删除某一闭时间区间范围内的数据)。
+用户使用[DELETE语句](/#/Documents/0.8.0/chap5/sec1)可以删除指定的时间序列中符合时间删除条件的数据。在删除数据时,用户可以选择需要删除的一个或多个时间序列、时间序列的前缀、时间序列带*路径对某时间之前的数据进行删除(0.8.0版本暂不支持删除某一闭时间区间范围内的数据)。
 
-在JAVA编程环境中,您可以使用[JDBC API](/#/Documents/latest/chap6/sec1)单条或批量执行UPDATE语句。
+在JAVA编程环境中,您可以使用[JDBC API](/#/Documents/0.8.0/chap6/sec1)单条或批量执行UPDATE语句。
 
 #### 单传感器时间序列值删除
 
@@ -70,7 +70,7 @@ delete from root.ln.wf02.wt02.status where 
time<=2017-11-01T16:26:00;
 
 #### 多传感器时间序列值删除       
 
-当ln集团wf02子站的wt02设备在2017-11-01 
16:26:00之前的供电状态和设备硬件版本都需要删除,此时可以使用含义更广的[前缀路径或带`*`路径](/#/Documents/latest/chap2/sec1)进行删除操作,进行此操作的SQL语句为:
+当ln集团wf02子站的wt02设备在2017-11-01 
16:26:00之前的供电状态和设备硬件版本都需要删除,此时可以使用含义更广的[前缀路径或带`*`路径](/#/Documents/0.8.0/chap2/sec1)进行删除操作,进行此操作的SQL语句为:
 
 ```
 delete from root.ln.wf02.wt02 where time <= 2017-11-01T16:26:00;
diff --git a/docs/Documentation/UserGuide/3-Operation Manual/5-Data 
Maintenance.md b/docs/Documentation/UserGuide/3-Operation Manual/5-Data 
Maintenance.md
index e8cee85..8496aad 100644
--- a/docs/Documentation/UserGuide/3-Operation Manual/5-Data Maintenance.md     
+++ b/docs/Documentation/UserGuide/3-Operation Manual/5-Data Maintenance.md     
@@ -26,9 +26,9 @@
 <!-- > 
 ### Data Update
 
-Users can use [UPDATE statements](/#/Documents/latest/chap5/sec1) to update 
data over a period of time in a specified timeseries. When updating data, users 
can select a timeseries to be updated (version 0.8.0 does not support multiple 
timeseries updates) and specify a time point or period to be updated (version 
0.8.0 must have time filtering conditions).
+Users can use [UPDATE statements](/#/Documents/0.8.0/chap5/sec1) to update 
data over a period of time in a specified timeseries. When updating data, users 
can select a timeseries to be updated (version 0.8.0 does not support multiple 
timeseries updates) and specify a time point or period to be updated (version 
0.8.0 must have time filtering conditions).
 
-In a JAVA programming environment, you can use the [Java 
JDBC](/#/Documents/latest/chap6/sec1) to execute single or batch UPDATE 
statements.
+In a JAVA programming environment, you can use the [Java 
JDBC](/#/Documents/0.8.0/chap6/sec1) to execute single or batch UPDATE 
statements.
 
 #### Update Single Timeseries
 Taking the power supply status of ln group wf02 plant wt02 device as an 
example, there exists such a usage scenario:
@@ -54,9 +54,9 @@ Msg: do not select any existing series
 
 ### Data Deletion
 
-Users can delete data that meet the deletion condition in the specified 
timeseries by using the [DELETE statement](/#/Documents/latest/chap5/sec1). 
When deleting data, users can select one or more timeseries paths, prefix 
paths, or paths with star  to delete data before a certain time (version 0.8.0 
does not support the deletion of data within a closed time interval).
+Users can delete data that meet the deletion condition in the specified 
timeseries by using the [DELETE statement](/#/Documents/0.8.0/chap5/sec1). When 
deleting data, users can select one or more timeseries paths, prefix paths, or 
paths with star  to delete data before a certain time (version 0.8.0 does not 
support the deletion of data within a closed time interval).
 
-In a JAVA programming environment, you can use the [Java 
JDBC](/#/Documents/latest/chap6/sec1) to execute single or batch UPDATE 
statements.
+In a JAVA programming environment, you can use the [Java 
JDBC](/#/Documents/0.8.0/chap6/sec1) to execute single or batch UPDATE 
statements.
 
 #### Delete Single Timeseries
 Taking ln Group as an example, there exists such a usage scenario:
@@ -68,7 +68,7 @@ delete from root.ln.wf02.wt02.status where 
time<=2017-11-01T16:26:00;
 ```
 
 #### Delete Multiple Timeseries
-When both the power supply status and hardware version of the ln group wf02 
plant wt02 device before 2017-11-01 16:26:00 need to be deleted, [the prefix 
path with broader meaning or the path with 
star](/#/Documents/latest/chap2/sec1) can be used to delete the data. The SQL 
statement for this operation is:
+When both the power supply status and hardware version of the ln group wf02 
plant wt02 device before 2017-11-01 16:26:00 need to be deleted, [the prefix 
path with broader meaning or the path with star](/#/Documents/0.8.0/chap2/sec1) 
can be used to delete the data. The SQL statement for this operation is:
 
 ```
 delete from root.ln.wf02.wt02 where time <= 2017-11-01T16:26:00;

Reply via email to