This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch fix_rm in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit e42ce492ef7772980ddbeadb09714ca04209ec49 Author: HTHou <[email protected]> AuthorDate: Thu Feb 24 21:56:48 2022 +0800 Fix invalid URL in README --- README.md | 6 +++--- README_ZH.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0a5d1a9..4fc0428 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ configuration files are under "conf" folder * system config module (`iotdb-engine.properties`) * log config module (`logback.xml`). -For more information, please see [Config Manual](https://iotdb.apache.org/UserGuide/Master/Appendix/Config-Manual.html). +For more information, please see [Config Manual](https://iotdb.apache.org/UserGuide/Master/Reference/Config-Manual.html). ## Start @@ -363,7 +363,7 @@ or IoTDB> exit ``` -For more information about the commands supported by IoTDB SQL, please see [SQL Reference](https://iotdb.apache.org/UserGuide/Master/Appendix/SQL-Reference.html). +For more information about the commands supported by IoTDB SQL, please see [User Guide](https://iotdb.apache.org/UserGuide/Master/QuickStart/QuickStart.html). ### Stop IoTDB @@ -400,7 +400,7 @@ After being built, the IoTDB cli is located at the folder "cli/target/iotdb-cli- # Usage of CSV Import and Export Tool -see [Usage of CSV Import and Export Tool](https://iotdb.apache.org/UserGuide/Master/System-Tools/CSV-Tool.html) +see [Usage of CSV Import and Export Tool](https://iotdb.apache.org/UserGuide/Master/Write-And-Delete-Data/CSV-Tool.html) # Frequent Questions for Compiling see [Frequent Questions when Compiling the Source Code](https://iotdb.apache.org/Development/ContributeGuide.html#_Frequent-Questions-when-Compiling-the-Source-Code) diff --git a/README_ZH.md b/README_ZH.md index 37fcf3a..7cc1d61 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -168,7 +168,7 @@ git checkout vx.x.x * 系统配置模块(`iotdb-engine.properties`) * 日志配置模块(`logback.xml`)。 -有关详细信息,请参见[配置参数](https://iotdb.apache.org/zh/UserGuide/Master/Appendix/Config-Manual.html)。 +有关详细信息,请参见[配置参数](https://iotdb.apache.org/zh/UserGuide/Master/Reference/Config-Manual.html)。 ## 开始 @@ -353,7 +353,7 @@ or IoTDB> exit ``` -有关IoTDB SQL支持的命令的更多信息,请参见[SQL 参考文档](https://iotdb.apache.org/zh/UserGuide/Master/Appendix/SQL-Reference.html)。 +有关IoTDB SQL支持的命令的更多信息,请参见[用户指南](https://iotdb.apache.org/zh/UserGuide/Master/QuickStart/QuickStart.html)。 ### 停止 IoTDB @@ -390,7 +390,7 @@ server 可以使用 "ctrl-C" 或者执行下面的脚本: # 导入导出CSV工具 -查看 [导入导出CSV工具](https://iotdb.apache.org/zh/UserGuide/Master/System%20Tools/CSV%20Tool.html) +查看 [导入导出CSV工具](https://iotdb.apache.org/zh/UserGuide/Master/Write-And-Delete-Data/CSV-Tool.html) # 常见编译错误 查看 [常见编译错误](https://iotdb.apache.org/zh/Development/ContributeGuide.html#%E5%B8%B8%E8%A7%81%E7%BC%96%E8%AF%91%E9%94%99%E8%AF%AF)
