You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ For the latest information about IoTDB, please visit [IoTDB official website](ht
83
83
84
84
# Quick Start
85
85
86
-
This short guide will walk you through the basic process of using IoTDB. For a more detailed introduction, please visit our website's [User Guide](https://iotdb.apache.org/UserGuide/Master/QuickStart/QuickStart.html).
86
+
This short guide will walk you through the basic process of using IoTDB. For a more detailed introduction, please visit our website's [User Guide](https://iotdb.apache.org/UserGuide/latest/QuickStart/QuickStart.html).
87
87
88
88
## Prerequisites
89
89
@@ -220,7 +220,7 @@ IoTDB provides three installation methods, you can refer to the following sugges
220
220
* Using Docker:The path to the dockerfile is [here](https://github.com/apache/iotdb/tree/master/docker/src/main).
221
221
222
222
223
-
Here in the Quick Start, we give a brief introduction of using source code to install IoTDB. For further information, please refer to [User Guide](https://iotdb.apache.org/UserGuide/Master/QuickStart/QuickStart.html).
223
+
Here in the Quick Start, we give a brief introduction of using source code to install IoTDB. For further information, please refer to [User Guide](https://iotdb.apache.org/UserGuide/latest/QuickStart/QuickStart.html).
224
224
225
225
## Build from source
226
226
@@ -307,10 +307,10 @@ you run `mvn package` successfully.**
* system config module (`iotdb-datanode.properties`)
310
+
* system config module (`iotdb-system.properties`)
311
311
* log config module (`logback.xml`).
312
312
313
-
For more information, please see [Config Manual](https://iotdb.apache.org/UserGuide/Master/Reference/DataNode-Config-Manual.html).
313
+
For more information, please see [Config Manual](https://iotdb.apache.org/UserGuide/latest/Reference/DataNode-Config-Manual.html).
314
314
315
315
## Start
316
316
@@ -482,7 +482,7 @@ or
482
482
IoTDB> exit
483
483
```
484
484
485
-
For more information about the commands supported by IoTDB SQL, please see [User Guide](https://iotdb.apache.org/UserGuide/Master/QuickStart/QuickStart.html).
485
+
For more information about the commands supported by IoTDB SQL, please see [User Guide](https://iotdb.apache.org/UserGuide/latest/QuickStart/QuickStart.html).
486
486
487
487
### Stop IoTDB
488
488
@@ -496,12 +496,14 @@ The server can be stopped with "ctrl-C" or the following script:
496
496
> sbin\stop-standalone.bat
497
497
```
498
498
499
-
# The use of CSV Import and Export Tool
499
+
# The use of Data Import and Export Tool
500
+
501
+
see [The use of Data Import Tool](https://iotdb.apache.org/UserGuide/latest/Tools-System/Data-Import-Tool.html)
502
+
see [The use of Data Export Tool](https://iotdb.apache.org/UserGuide/latest/Tools-System/Data-Export-Tool.html)
500
503
501
-
see [The use of CSV Import and Export Tool](https://iotdb.apache.org/UserGuide/latest/Tools-System/Import-Export-Tool.html)
502
504
503
505
# Frequent Questions for Compiling
504
-
see [Frequent Questions when Compiling the Source Code](https://iotdb.apache.org/Development/ContributeGuide.html#_Frequent-Questions-when-Compiling-the-Source-Code)
506
+
see [Frequent Questions when Compiling the Source Code](https://iotdb.apache.org/Community/Development-Guide.html#frequently-asked-questions)
0 commit comments