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

qiaojialin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new aef4413  Modify some bad links (#166)
aef4413 is described below

commit aef441365429fe96361c628050bfc9d63af82c67
Author: Tansgr <[email protected]>
AuthorDate: Tue Jan 30 09:38:21 2024 +0800

    Modify some bad links (#166)
---
 .../Deployment-and-Maintenance/Deployment-Guide.md       |  8 ++++----
 src/UserGuide/Master/User-Manual/Query-Data.md           |  2 +-
 .../Deployment-and-Maintenance/Deployment-Guide.md       |  8 ++++----
 src/UserGuide/latest/User-Manual/Query-Data.md           |  2 +-
 .../Deployment-and-Maintenance/Deployment-Guide.md       |  8 ++++----
 src/zh/UserGuide/Master/User-Manual/Query-Data.md        | 16 ++++++++--------
 .../Deployment-and-Maintenance/Deployment-Guide.md       |  8 ++++----
 src/zh/UserGuide/latest/User-Manual/Query-Data.md        |  4 ++--
 8 files changed, 28 insertions(+), 28 deletions(-)

diff --git 
a/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md 
b/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md
index 2bd1849..5560179 100644
--- a/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md
+++ b/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md
@@ -107,7 +107,7 @@ the default number of replicas is one.
 ./cluster0/sbin/start-cli.sh
 ```
 
-+ Execute the [show cluster 
details](https://iotdb.apache.org/UserGuide/Master/Maintenance-Tools/Maintenance-Command.html#show-all-node-information)
++ Execute the `show cluster details`
   command on the Cli. The result is shown below:
 
 ```
@@ -338,7 +338,7 @@ and DataNode configuration (see Chap 5.2.3).
 
 Open the common configuration file ./conf/iotdb-common.properties,
 and set the following parameters base on the 
-[Deployment 
Recommendation](https://iotdb.apache.org/UserGuide/Master/Cluster/Deployment-Recommendation.html):
+[Deployment Recommendation](./Deployment-Recommendation.md):
 
 | **Configuration**                          | **Description**                 
                             | **Default**                                     |
 | ------------------------------------------ | 
------------------------------------------------------------ | 
----------------------------------------------- |
@@ -413,7 +413,7 @@ Before start the Seed-ConfigNode, please open the common 
configuration file ./co
 | data\_replication\_factor                  | Is set to the expected data 
replication count   |
 | data\_region\_consensus\_protocol\_class   | Is set to the expected 
consensus protocol       |
 
-**Notice:** Please set these parameters carefully based on the [Deployment 
Recommendation](https://iotdb.apache.org/UserGuide/Master/Cluster/Deployment-Recommendation.html).
+**Notice:** Please set these parameters carefully based on the [Deployment 
Recommendation](./Deployment-Recommendation.md).
 These parameters are not modifiable after the Node first startup.
 
 Then open its configuration file ./conf/iotdb-confignode.properties and check 
the following parameters:
@@ -543,7 +543,7 @@ If the cluster is in local environment, you can directly 
run the Cli startup scr
 ```
 
 If you want to use the Cli to connect to a cluster in the production 
environment,
-Please read the [Cli 
manual](https://iotdb.apache.org/UserGuide/Master/QuickStart/Command-Line-Interface.html).
+Please read the [Cli manual](../Tools-System/CLI.md).
 
 #### Verify Cluster
 
diff --git a/src/UserGuide/Master/User-Manual/Query-Data.md 
b/src/UserGuide/Master/User-Manual/Query-Data.md
index 61b863f..4d60a72 100644
--- a/src/UserGuide/Master/User-Manual/Query-Data.md
+++ b/src/UserGuide/Master/User-Manual/Query-Data.md
@@ -2880,7 +2880,7 @@ The user must have the following permissions to execute a 
query write-back state
 * All `READ_TIMESERIES` permissions for the source series in the `select` 
clause.
 * All `INSERT_TIMESERIES` permissions for the target series in the `into` 
clause.
 
-For more user permissions related content, please refer to [Account Management 
Statements](../Administration-Management/Administration.md).
+For more user permissions related content, please refer to [Account Management 
Statements](./Authority-Management.md).
 
 ### Configurable Properties
 
diff --git 
a/src/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md 
b/src/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md
index 136c27c..3df2116 100644
--- a/src/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md
+++ b/src/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md
@@ -104,7 +104,7 @@ the default number of replicas is one.
 ./cluster0/sbin/start-cli.sh
 ```
 
-+ Execute the [show cluster 
details](https://iotdb.apache.org/UserGuide/Master/Maintenance-Tools/Maintenance-Command.html#show-all-node-information)
++ Execute the `show cluster details`
   command on the Cli. The result is shown below:
 
 ```
@@ -335,7 +335,7 @@ and DataNode configuration (see Chap 5.2.3).
 
 Open the common configuration file ./conf/iotdb-common.properties,
 and set the following parameters base on the 
-[Deployment 
Recommendation](https://iotdb.apache.org/UserGuide/Master/Cluster/Deployment-Recommendation.html):
+[Deployment Recommendation](./Deployment-Recommendation.md):
 
 | **Configuration**                          | **Description**                 
                             | **Default**                                     |
 | ------------------------------------------ | 
------------------------------------------------------------ | 
----------------------------------------------- |
@@ -410,7 +410,7 @@ Before start the Seed-ConfigNode, please open the common 
configuration file ./co
 | data\_replication\_factor                  | Is set to the expected data 
replication count   |
 | data\_region\_consensus\_protocol\_class   | Is set to the expected 
consensus protocol       |
 
-**Notice:** Please set these parameters carefully based on the [Deployment 
Recommendation](https://iotdb.apache.org/UserGuide/Master/Cluster/Deployment-Recommendation.html).
+**Notice:** Please set these parameters carefully based on the [Deployment 
Recommendation](./Deployment-Recommendation.md).
 These parameters are not modifiable after the Node first startup.
 
 Then open its configuration file ./conf/iotdb-confignode.properties and check 
the following parameters:
@@ -540,7 +540,7 @@ If the cluster is in local environment, you can directly 
run the Cli startup scr
 ```
 
 If you want to use the Cli to connect to a cluster in the production 
environment,
-Please read the [Cli 
manual](https://iotdb.apache.org/UserGuide/Master/QuickStart/Command-Line-Interface.html).
+Please read the [Cli manual](../Tools-System/CLI.md).
 
 #### Verify Cluster
 
diff --git a/src/UserGuide/latest/User-Manual/Query-Data.md 
b/src/UserGuide/latest/User-Manual/Query-Data.md
index 61b863f..4d60a72 100644
--- a/src/UserGuide/latest/User-Manual/Query-Data.md
+++ b/src/UserGuide/latest/User-Manual/Query-Data.md
@@ -2880,7 +2880,7 @@ The user must have the following permissions to execute a 
query write-back state
 * All `READ_TIMESERIES` permissions for the source series in the `select` 
clause.
 * All `INSERT_TIMESERIES` permissions for the target series in the `into` 
clause.
 
-For more user permissions related content, please refer to [Account Management 
Statements](../Administration-Management/Administration.md).
+For more user permissions related content, please refer to [Account Management 
Statements](./Authority-Management.md).
 
 ### Configurable Properties
 
diff --git 
a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md 
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md
index f36a702..899f4e8 100644
--- a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md
+++ b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md
@@ -98,7 +98,7 @@ Windows 系统启动命令如下:
 ./cluster0/sbin/start-cli.sh
 ```
 
-+ 在 Cli 执行 [show cluster 
details](https://iotdb.apache.org/zh/UserGuide/Master/Maintenance-Tools/Maintenance-Command.html#%E6%9F%A5%E7%9C%8B%E5%85%A8%E9%83%A8%E8%8A%82%E7%82%B9%E4%BF%A1%E6%81%AF)
++ 在 Cli 执行 `show cluster details`
     指令,结果如下所示:
 
 ```
@@ -327,7 +327,8 @@ mvn clean package -pl distribution -am -DskipTests
 ##### 通用配置
 
 打开通用配置文件 ./conf/iotdb-common.properties,
-可根据 [部署推荐](./Deployment-Recommendation.md)设置以下参数:
+可根据 [部署推荐](./Deployment-Recommendation.md)
+设置以下参数:
 
 | **配置项**                                 | **说明**                             
                        | **默认**                                        |
 | ------------------------------------------ | 
------------------------------------------------------------ | 
----------------------------------------------- |
@@ -524,8 +525,7 @@ DataNode 的其它配置参数可参考
 ```
 
 若希望通过 Cli 连接生产环境的集群,
-请阅读 [Cli 使用手册](../Tools-System/CLI.md) 。
-
+请阅读 [Cli 使用手册](../Tools-System/CLI.md)。
 
 #### 验证集群
 
diff --git a/src/zh/UserGuide/Master/User-Manual/Query-Data.md 
b/src/zh/UserGuide/Master/User-Manual/Query-Data.md
index c84491e..e482053 100644
--- a/src/zh/UserGuide/Master/User-Manual/Query-Data.md
+++ b/src/zh/UserGuide/Master/User-Manual/Query-Data.md
@@ -277,10 +277,10 @@ It costs 0.016s
 
 数据查询语句支持在 SQL 命令行终端、JDBC、JAVA / C++ / Python / Go 等编程语言 API、RESTful API 中使用。
 
-- 在 SQL 命令行终端中执行查询语句:启动 SQL 命令行终端,直接输入查询语句执行即可,详见 [SQL 
命令行终端](../QuickStart/Command-Line-Interface.md)。
+- 在 SQL 命令行终端中执行查询语句:启动 SQL 命令行终端,直接输入查询语句执行即可,详见 [SQL 
命令行终端](../Tools-System/CLI.md)。
 
 - 在 JDBC 中执行查询语句,详见 [JDBC](../API/Programming-JDBC.md) 。
-
+- 
 - 在 JAVA / C++ / Python / Go 等编程语言 API 中执行查询语句,详见应用编程接口一章相应文档。接口原型如下:
 
   ```java
@@ -368,7 +368,7 @@ select s1 as temperature, s2 as speed from 
root.ln.wf01.wt01;
 
 ### 运算符
 
-IoTDB 中支持的运算符列表见文档 [运算符和函数](../Operators-Functions/Overview.md)。
+IoTDB 中支持的运算符列表见文档 [运算符和函数](../User-Manual/Operator-and-Expression.md)。
 
 ### 函数
 
@@ -386,7 +386,7 @@ select sin(s1), count(s1) from root.sg.d1;
 select s1, count(s1) from root.sg.d1 group by ([10,100),10ms);
 ```
 
-IoTDB 支持的聚合函数见文档 [聚合函数](../Operators-Functions/Aggregation.md)。
+IoTDB 支持的聚合函数见文档 [聚合函数](../User-Manual/Operator-and-Expression.md#内置函数)。
 
 #### 时间序列生成函数
 
@@ -396,11 +396,11 @@ IoTDB 支持的聚合函数见文档 [聚合函数](../Operators-Functions/Aggre
 
 ##### 内置时间序列生成函数
 
-IoTDB 中支持的内置函数列表见文档 [运算符和函数](../Operators-Functions/Overview.md)。
+IoTDB 中支持的内置函数列表见文档 [运算符和函数](../User-Manual/Operator-and-Expression.md)。
 
 ##### 自定义时间序列生成函数
 
-IoTDB 支持通过用户自定义函数(点击查看: 
[用户自定义函数](../Operators-Functions/User-Defined-Function.md) )能力进行函数功能扩展。
+IoTDB 支持通过用户自定义函数(点击查看: 
[用户自定义函数](../User-Manual/Database-Programming.md#用户自定义函数) )能力进行函数功能扩展。
 
 ### 嵌套表达式举例
 
@@ -2585,7 +2585,7 @@ It costs 0.012s
 ### 设备对齐模式下的排序
 在设备对齐模式下,默认按照设备名的字典序升序排列,每个设备内部按照时间戳大小升序排列,可以通过 `ORDER BY` 子句调整设备列和时间列的排序优先级。
 
-详细说明及示例见文档 [结果集排序](./Order-By.md)。 
+详细说明及示例见文档 [结果集排序](./Operator-and-Expression.md)。 
 
 ## 查询写回(INTO 子句)
 
@@ -2904,7 +2904,7 @@ It costs 0.375s
 * 所有 `SELECT` 子句中源序列的 `READ_TIMESERIES` 权限。
 * 所有 `INTO` 子句中目标序列 `INSERT_TIMESERIES` 权限。
 
-更多用户权限相关的内容,请参考[权限管理语句](../Administration-Management/Administration.md)。
+更多用户权限相关的内容,请参考[权限管理语句](./Authority-Management.md)。
 
 ### 相关配置参数
 
diff --git 
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md 
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md
index bd0c2f8..1f45873 100644
--- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md
+++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md
@@ -96,7 +96,7 @@ Windows 系统启动命令如下:
 ./cluster0/sbin/start-cli.sh
 ```
 
-+ 在 Cli 执行 [show cluster 
details](https://iotdb.apache.org/zh/UserGuide/Master/Maintenance-Tools/Maintenance-Command.html#%E6%9F%A5%E7%9C%8B%E5%85%A8%E9%83%A8%E8%8A%82%E7%82%B9%E4%BF%A1%E6%81%AF)
++ 在 Cli 执行 `show cluster details`
     指令,结果如下所示:
 
 ```
@@ -325,7 +325,7 @@ mvn clean package -pl distribution -am -DskipTests
 ##### 通用配置
 
 打开通用配置文件 ./conf/iotdb-common.properties,
-可根据 
[部署推荐](https://iotdb.apache.org/zh/UserGuide/Master/Cluster/Deployment-Recommendation.html)
+可根据 [部署推荐](./Deployment-Recommendation.md)
 设置以下参数:
 
 | **配置项**                                 | **说明**                             
                        | **默认**                                        |
@@ -398,7 +398,7 @@ mvn clean package -pl distribution -am -DskipTests
 | data\_replication\_factor                  | 已设置为期望的数据副本数   |
 | data\_region\_consensus\_protocol\_class   | 已设置为期望的共识协议     |
 
-**注意:** 
请根据[部署推荐](https://iotdb.apache.org/zh/UserGuide/Master/Cluster/Deployment-Recommendation.html)配置合适的通用参数,这些参数在首次配置后即不可修改。
+**注意:** 请根据[部署推荐](./Deployment-Recommendation.md)配置合适的通用参数,这些参数在首次配置后即不可修改。
 
 接着请打开它的配置文件 ./conf/iotdb-confignode.properties,并检查如下参数:
 
@@ -523,7 +523,7 @@ DataNode 的其它配置参数可参考
 ```
 
 若希望通过 Cli 连接生产环境的集群,
-请阅读 [Cli 
使用手册](https://iotdb.apache.org/zh/UserGuide/Master/QuickStart/Command-Line-Interface.html)。
+请阅读 [Cli 使用手册](../Tools-System/CLI.md)。
 
 #### 验证集群
 
diff --git a/src/zh/UserGuide/latest/User-Manual/Query-Data.md 
b/src/zh/UserGuide/latest/User-Manual/Query-Data.md
index a0ecc32..e482053 100644
--- a/src/zh/UserGuide/latest/User-Manual/Query-Data.md
+++ b/src/zh/UserGuide/latest/User-Manual/Query-Data.md
@@ -2585,7 +2585,7 @@ It costs 0.012s
 ### 设备对齐模式下的排序
 在设备对齐模式下,默认按照设备名的字典序升序排列,每个设备内部按照时间戳大小升序排列,可以通过 `ORDER BY` 子句调整设备列和时间列的排序优先级。
 
-详细说明及示例见文档 [结果集排序](./Order-By.md)。 
+详细说明及示例见文档 [结果集排序](./Operator-and-Expression.md)。 
 
 ## 查询写回(INTO 子句)
 
@@ -2904,7 +2904,7 @@ It costs 0.375s
 * 所有 `SELECT` 子句中源序列的 `READ_TIMESERIES` 权限。
 * 所有 `INTO` 子句中目标序列 `INSERT_TIMESERIES` 权限。
 
-更多用户权限相关的内容,请参考[权限管理语句](../Administration-Management/Administration.md)。
+更多用户权限相关的内容,请参考[权限管理语句](./Authority-Management.md)。
 
 ### 相关配置参数
 

Reply via email to