You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/06/18 05:50:21 UTC

[incubator-iotdb] branch master updated: fix all invalidate urls that contains /#/Document (#1383)

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

qiaojialin 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 decd8a3  fix all invalidate urls that contains /#/Document (#1383)
decd8a3 is described below

commit decd8a334c2553f368e9b66e6fb1d5b48152ec79
Author: Xiangdong Huang <hu...@tsinghua.edu.cn>
AuthorDate: Thu Jun 18 13:50:15 2020 +0800

    fix all invalidate urls that contains /#/Document (#1383)
    
    * fix all invalidate urls that contains /#/Document
    Co-authored-by: xiangdong huang <sa...@gmail.com>
---
 README.md                                                         | 2 +-
 README_ZH.md                                                      | 4 ++--
 docs/UserGuide/Operation Manual/DML Data Manipulation Language.md | 4 ++--
 docs/UserGuide/System Tools/Monitor and Log Tools.md              | 2 +-
 example/rocketmq/readme.md                                        | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 33b44f5..57a046c 100644
--- a/README.md
+++ b/README.md
@@ -135,7 +135,7 @@ configuration files are under "conf" folder
   * system config module (`iotdb-engine.properties`)
   * log config module (`logback.xml`).
 
-For more information, please see [Chapter3: Server](https://iotdb.apache.org/#/Documents/progress/chap3/sec1) and [Chapter4: Client](https://iotdb.apache.org/#/Documents/progress/chap4/sec1) in detail.
+For more information, please see [Chapter3: Server](http://iotdb.apache.org/UserGuide/Master/Server/Config%20Manual.html).
 
 ## Start
 
diff --git a/README_ZH.md b/README_ZH.md
index 964cb46..2d596f5 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -131,7 +131,7 @@ git checkout release/x.x.x
 * 系统配置模块(`iotdb-engine.properties`)
 * 日志配置模块(`logback.xml`)。
 
-有关详细信息,请参见[Chapter3: Server](https://iotdb.apache.org/#/Documents/progress/chap3/sec1)和[Chapter4: Client](https://iotdb.apache.org/#/Documents/progress/chap4/sec1)。
+有关详细信息,请参见[Chapter3: Server](http://iotdb.apache.org/zh/UserGuide/Master/Server/Config%20Manual.html)。
 
 ## 开始
 
@@ -294,7 +294,7 @@ or
 IoTDB> exit
 ```
 
-有关IoTDB SQL支持的命令的更多信息,请参见[Chapter 5: IoTDB SQL文档](https://iotdb.apache.org/#/Documents/0.10.0/chap5/sec1)。
+有关IoTDB SQL支持的命令的更多信息,请参见[Chapter 5: IoTDB SQL文档](http://iotdb.apache.org/zh/UserGuide/Master/Operation%20Manual/SQL%20Reference.html)。
 
 ### 停止 IoTDB
 
diff --git a/docs/UserGuide/Operation Manual/DML Data Manipulation Language.md b/docs/UserGuide/Operation Manual/DML Data Manipulation Language.md
index 27afcb7..1f5551f 100644
--- a/docs/UserGuide/Operation Manual/DML Data Manipulation Language.md	
+++ b/docs/UserGuide/Operation Manual/DML Data Manipulation Language.md	
@@ -24,9 +24,9 @@
 ## INSERT
 ### Insert Real-time Data
 
-IoTDB provides users with a variety of ways to insert real-time data, such as directly inputting [INSERT SQL statement](../Operation%20Manual/SQL%20Reference.html) in [Client/Shell tools](../Client/Command%20Line%20Interface.html), or using [Java JDBC](../Client/Programming%20-%20JDBC.html) to perform single or batch execution of [INSERT SQL statement](/#/Documents/progress/chap5/sec4).
+IoTDB provides users with a variety of ways to insert real-time data, such as directly inputting [INSERT SQL statement](../Operation%20Manual/SQL%20Reference.html) in [Client/Shell tools](../Client/Command%20Line%20Interface.html), or using [Java JDBC](../Client/Programming%20-%20JDBC.html) to perform single or batch execution of [INSERT SQL statement](../Operation%20Manual/SQL%20Reference.html).
 
-This section mainly introduces the use of [INSERT SQL statement](/#/Documents/progress/chap5/sec4) for real-time data import in the scenario. See Section 5.4 for a detailed syntax of [INSERT SQL statement](../Operation%20Manual/SQL%20Reference.html).
+This section mainly introduces the use of [INSERT SQL statement](../Operation%20Manual/SQL%20Reference.html) for real-time data import in the scenario.
 
 #### Use of INSERT Statements
 The [INSERT SQL statement](../Operation%20Manual/SQL%20Reference.html) statement can be used to insert data into one or more specified timeseries that have been created. For each point of data inserted, it consists of a [timestamp](../Concept/Data%20Model%20and%20Terminology.html) and a sensor acquisition value (see [Data Type](../Concept/Data%20Type.html)).
diff --git a/docs/UserGuide/System Tools/Monitor and Log Tools.md b/docs/UserGuide/System Tools/Monitor and Log Tools.md
index a22c6f0..91f411a 100644
--- a/docs/UserGuide/System Tools/Monitor and Log Tools.md	
+++ b/docs/UserGuide/System Tools/Monitor and Log Tools.md	
@@ -150,7 +150,7 @@ There are several attributes under Monitor, including the numbers of files opene
 
 This module is the statistical monitoring method provided by IoTDB for users to store data information. We will record the statistical data in the system and store it in the database. The current 0.8.0 version of IoTDB provides statistics for writing data.
 
-The user can choose to enable or disable the data statistics monitoring function (set the `enable_stat_monitor` item in the configuration file, see [Engine Layer](/#/Documents/progress/chap3/sec2) for details).
+The user can choose to enable or disable the data statistics monitoring function (set the `enable_stat_monitor` item in the configuration file).
 
 #### Writing Data Monitor
 
diff --git a/example/rocketmq/readme.md b/example/rocketmq/readme.md
index 70ae4c7..f342d89 100644
--- a/example/rocketmq/readme.md
+++ b/example/rocketmq/readme.md
@@ -73,7 +73,7 @@ please refer to [https://iotdb.apache.org/#/Download](https://iotdb.apache.org/#
 please refer to [http://rocketmq.apache.org/docs/quick-start/](http://rocketmq.apache.org/docs/quick-start/)
 
 ### 3. Startup IoTDB
-please refer to [https://iotdb.apache.org/#/Documents/progress/chap1/sec1](https://iotdb.apache.org/#/Documents/progress/chap1/sec1)
+please refer to [Quick Start](http://iotdb.apache.org/UserGuide/Master/Get%20Started/QuickStart.html)
 
 ### 4. Startup RocketMQ
 please refer to [http://rocketmq.apache.org/docs/quick-start/](http://rocketmq.apache.org/docs/quick-start/)