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 2019/06/23 04:45:56 UTC

[incubator-iotdb] branch master updated: Fix chapter references in QuickStart.md (#201)

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 c0c1aa2  Fix chapter references in QuickStart.md (#201)
c0c1aa2 is described below

commit c0c1aa2d00066e0401f91a50f6e9f391b2b3fc18
Author: Yingge WAN <y-...@users.noreply.github.com>
AuthorDate: Sun Jun 23 12:45:52 2019 +0800

    Fix chapter references in QuickStart.md (#201)
---
 docs/Documentation/QuickStart.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/Documentation/QuickStart.md b/docs/Documentation/QuickStart.md
index 22ca531..f9f0400 100755
--- a/docs/Documentation/QuickStart.md
+++ b/docs/Documentation/QuickStart.md
@@ -51,7 +51,7 @@ IoTDB provides you two installation methods, you can refer to the following sugg
 * Installation from source code. If you need to modify the code yourself, you can use this method.
 * Installation from binary files. Download the binary files from the official website. This is the recommended method, in which you will get a binary released package which is out-of-the-box.(Comming Soon...)
 
-Here in the Quick Start part, we give a brief introduction of using source code to install IoTDB. For further information, please refer to Chapter 5 of this document.
+Here in the Quick Start, we give a brief introduction of using source code to install IoTDB. For further information, please refer to Chapter 4 of the User Guide.
 
 ### Installation from source code
 
@@ -157,7 +157,7 @@ In total, we provide users three kinds of configurations module:
 * system config module (tsfile-format.properties, iotdb-engine.properties)
 * log config module (logback.xml)
 
-The configuration files of the three configuration items are located in the IoTDB installation directory: $IOTDB_HOME/conf folder. For more, you are advised to check Chapter 5 to give you the details.
+The configuration files of the three configuration items are located in the IoTDB installation directory: $IOTDB_HOME/conf folder. For more, you are advised to check Chapter 4 of the User Guide to give you the details.
 
 ## Start
 
@@ -278,7 +278,7 @@ IoTDB> SHOW TIMESERIES
 	}
 }
 ```
-Now, for your conveniect, SHOW TIMESERIES clause also supports extention syntax, the pattern is (for further details, check Chapter x):
+Now, for your conveniect, SHOW TIMESERIES clause also supports extention syntax, the pattern is (for further details, check Chapter 5 of the User Guide):
 
 ```
 SHOW TIMESERIES <PATH>
@@ -347,7 +347,7 @@ IoTDB> SELECT * FROM root.ln.wf01.wt01
 
 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 Chapter xx. It will give you help.
+For more on what commands are supported by IoTDB SQL, see Chapter 5 of the User Guide. It will give you help.
 
 ### Stop Server