Skip to content

Commit 5e00ed5

Browse files
authored
update readme links (apache#16523)
1 parent 91c5132 commit 5e00ed5

File tree

6 files changed

+24
-21
lines changed

6 files changed

+24
-21
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ IoTDB official website:https://iotdb.apache.org/
2727

2828
Code library:https://github.com/apache/iotdb/tree/master
2929

30-
Get started quickly:https://iotdb.apache.org/UserGuide/Master/QuickStart/QuickStart.html
30+
Get started quickly:https://iotdb.apache.org/UserGuide/latest/QuickStart/QuickStart.html
3131

3232
## Subscribe to mailing list
3333

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For the latest information about IoTDB, please visit [IoTDB official website](ht
8383

8484
# Quick Start
8585

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).
8787

8888
## Prerequisites
8989

@@ -220,7 +220,7 @@ IoTDB provides three installation methods, you can refer to the following sugges
220220
* Using Docker:The path to the dockerfile is [here](https://github.com/apache/iotdb/tree/master/docker/src/main).
221221
222222
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).
224224
225225
## Build from source
226226
@@ -307,10 +307,10 @@ you run `mvn package` successfully.**
307307
Configuration files are under the "conf" folder.
308308
309309
* environment config module (`datanode-env.bat`, `datanode-env.sh`),
310-
* system config module (`iotdb-datanode.properties`)
310+
* system config module (`iotdb-system.properties`)
311311
* log config module (`logback.xml`).
312312
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).
314314
315315
## Start
316316
@@ -482,7 +482,7 @@ or
482482
IoTDB> exit
483483
```
484484
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).
486486
487487
### Stop IoTDB
488488
@@ -496,12 +496,14 @@ The server can be stopped with "ctrl-C" or the following script:
496496
> sbin\stop-standalone.bat
497497
```
498498
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)
500503
501-
see [The use of CSV Import and Export Tool](https://iotdb.apache.org/UserGuide/latest/Tools-System/Import-Export-Tool.html)
502504
503505
# 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)
505507
506508
# Contact Us
507509

README_ZH.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ IoTDB的主要特点如下:
8181

8282
# 快速开始
8383

84-
这篇简短的指南将带您了解使用IoTDB的基本过程。如需更详细的介绍,请访问我们的网站[用户指南](https://iotdb.apache.org/zh/UserGuide/Master/QuickStart/QuickStart.html)
84+
这篇简短的指南将带您了解使用IoTDB的基本过程。如需更详细的介绍,请访问我们的网站[用户指南](https://iotdb.apache.org/zh/UserGuide/latest/QuickStart/QuickStart.html)
8585

8686
## 环境准备
8787

@@ -108,7 +108,7 @@ IoTDB提供了三种安装方法,您可以参考以下建议,选择最适合
108108
109109
* 使用Docker: dockerfile的路径是https://github.com/apache/iotdb/tree/master/docker/src/main
110110
111-
在这篇《快速入门》中,我们简要介绍如何使用源代码安装IoTDB。如需进一步资料,请参阅官网[用户指南](https://iotdb.apache.org/zh/UserGuide/Master/QuickStart/QuickStart.html)。
111+
在这篇《快速入门》中,我们简要介绍如何使用源代码安装IoTDB。如需进一步资料,请参阅官网[用户指南](https://iotdb.apache.org/zh/UserGuide/latest/QuickStart/QuickStart.html)。
112112
113113
## 从源码构建
114114
@@ -182,10 +182,10 @@ git checkout rel/x.x
182182
183183
配置文件在"conf"文件夹下
184184
* 环境配置模块(`datanode-env.bat`, `datanode-env.sh`),
185-
* 系统配置模块(`iotdb-datanode.properties`)
185+
* 系统配置模块(`iotdb-system.properties`)
186186
* 日志配置模块(`logback.xml`)。
187187
188-
有关详细信息,请参见[配置参数](https://iotdb.apache.org/zh/UserGuide/Master/Reference/DataNode-Config-Manual.html)。
188+
有关详细信息,请参见[配置参数](https://iotdb.apache.org/zh/UserGuide/latest/Reference/DataNode-Config-Manual.html)。
189189
190190
## 开始
191191
@@ -364,7 +364,7 @@ or
364364
IoTDB> exit
365365
```
366366
367-
有关IoTDB SQL支持的命令的更多信息,请参见[用户指南](https://iotdb.apache.org/zh/UserGuide/Master/QuickStart/QuickStart.html)。
367+
有关IoTDB SQL支持的命令的更多信息,请参见[用户指南](https://iotdb.apache.org/zh/UserGuide/latest/QuickStart/QuickStart.html)。
368368
369369
### 停止 IoTDB
370370
@@ -378,12 +378,13 @@ server 可以使用 "ctrl-C" 或者执行下面的脚本:
378378
> sbin\stop-standalone.bat
379379
```
380380
381-
# 导入导出CSV工具
381+
# 数据导入导出工具
382382
383-
查看 [导入导出CSV工具](https://iotdb.apache.org/zh/UserGuide/latest/Tools-System/Import-Export-Tool.html)
383+
查看 [数据导入工具](https://iotdb.apache.org/zh/UserGuide/latest/Tools-System/Data-Import-Tool.html)
384+
查看 [数据导出工具](https://iotdb.apache.org/zh/UserGuide/latest/Tools-System/Data-Export-Tool.html)
384385
385386
# 常见编译错误
386-
查看 [常见编译错误](https://iotdb.apache.org/zh/Community/Development-Guide.html)
387+
查看 [常见编译错误](https://iotdb.apache.org/zh/Community/Development-Guide.html#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)
387388
388389
# 联系我们
389390
### QQ群

docker/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ docker run -d --name iotdb -p 6667:6667 -p 31999:31999 -p 8181:8181 -p 5555:5555
8181
```shell
8282
docker run -d --name iotdb -p 6667:6667 -p 31999:31999 -p 8181:8181 -p 5555:5555 -p 9003:9003 -p 40010:40010 apache/iotdb:<version>
8383
```
84-
Since 1.0.0, see [offical documents.](https://iotdb.apache.org/UserGuide/Master/QuickStart/WayToGetIoTDB.html)
84+
Since 1.0.0, see [offical documents.](https://iotdb.apache.org/UserGuide/latest/QuickStart/QuickStart.html)
8585

8686
# How to register AINode to IoTDB cluster
8787

iotdb-client/client-cpp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ mentioned above, the header file and the dynamic library:
129129
unzip client-cpp-${project.version}-cpp-${os}.zip
130130
131131
3. Write C++ code to call the operation interface of the cpp client to operate IoTDB,
132-
for detail interface information, please refer to the link: https://iotdb.apache.org/zh/UserGuide/Master/API/Programming-Cpp-Native-API.html
132+
for detail interface information, please refer to the link: https://iotdb.apache.org/UserGuide/latest/API/Programming-Cpp-Native-API.html
133133
134134
E.g:
135135
#include "include/Session.h"

iotdb-core/metrics/ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ MetricService.getInstance().count(1, "operation_count", MetricLevel.IMPORTANT, "
128128
2. These metrics will be managed by your MetricManager, and reported by your reporter.
129129

130130
# 5. Some docs
131-
1. <a href = "https://iotdb.apache.org/UserGuide/Master/Maintenance-Tools/Metric-Tool.html">Metric Tool</a>
132-
2. <a href = "https://iotdb.apache.org/zh/UserGuide/Master/Maintenance-Tools/Metric-Tool.html">Metric Tool(zh)</a>
131+
1. <a href = "https://iotdb.apache.org/UserGuide/latest/Tools-System/Monitor-Tool.html">Metric Tool</a>
132+
2. <a href = "https://iotdb.apache.org/zh/UserGuide/latest/Tools-System/Monitor-Tool.html">Metric Tool(zh)</a>

0 commit comments

Comments
 (0)