Skip to content

Commit 5fff635

Browse files
authored
fix blank link in query data (#909)
1 parent 379e8dd commit 5fff635

File tree

8 files changed

+28
-28
lines changed

8 files changed

+28
-28
lines changed

src/UserGuide/Master/Tree/Basic-Concept/Query-Data_apache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,15 +277,15 @@ Data query statements can be used in SQL command-line terminals, JDBC, JAVA / C+
277277

278278
- Execute the query statement in the SQL command line terminal: start the SQL command line terminal, and directly enter the query statement to execute, see [SQL command line terminal](../Tools-System/CLI.md).
279279

280-
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_apache) for details.
280+
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_apache.md) for details.
281281

282282
- Execute query statements in native APIs such as JAVA / C++ / Python / Go. For details, please refer to the relevant documentation in the Application Programming Interface chapter. The interface prototype is as follows:
283283

284284
````java
285285
SessionDataSet executeQueryStatement(String sql)
286286
````
287287

288-
- Used in RESTful API, see [HTTP API V1](../API/RestServiceV1_apache) or [HTTP API V2](../API/RestServiceV2_apache) for details.
288+
- Used in RESTful API, see [HTTP API V1](../API/RestServiceV1_apache.md) or [HTTP API V2](../API/RestServiceV2_apache.md) for details.
289289

290290
#### Efficient execution interfaces
291291

@@ -3016,7 +3016,7 @@ The user must have the following permissions to execute a query write-back state
30163016
* All `WRITE_SCHEMA` permissions for the source series in the `select` clause.
30173017
* All `WRITE_DATA` permissions for the target series in the `into` clause.
30183018
3019-
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_apache).
3019+
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_apache.md).
30203020
30213021
### 10.4 Configurable Properties
30223022

src/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,17 +275,17 @@ In IoTDB, there are two ways to execute data query:
275275

276276
Data query statements can be used in SQL command-line terminals, JDBC, JAVA / C++ / Python / Go and other native APIs, and RESTful APIs.
277277

278-
- Execute the query statement in the SQL command line terminal: start the SQL command line terminal, and directly enter the query statement to execute, see [SQL command line terminal](../Tools-System/CLI.md).
278+
- Execute the query statement in the SQL command line terminal: start the SQL command line terminal, and directly enter the query statement to execute, see [SQL command line terminal](../Tools-System/CLI_timecho.md).
279279

280-
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_timecho) for details.
280+
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_timecho.md) for details.
281281

282282
- Execute query statements in native APIs such as JAVA / C++ / Python / Go. For details, please refer to the relevant documentation in the Application Programming Interface chapter. The interface prototype is as follows:
283283

284284
````java
285285
SessionDataSet executeQueryStatement(String sql)
286286
````
287287

288-
- Used in RESTful API, see [HTTP API V1](../API/RestServiceV1_timecho) or [HTTP API V2](../API/RestServiceV2_timecho) for details.
288+
- Used in RESTful API, see [HTTP API V1](../API/RestServiceV1_timecho.md) or [HTTP API V2](../API/RestServiceV2_timecho.md) for details.
289289

290290
#### Efficient execution interfaces
291291

@@ -3016,7 +3016,7 @@ The user must have the following permissions to execute a query write-back state
30163016
* All `WRITE_SCHEMA` permissions for the source series in the `select` clause.
30173017
* All `WRITE_DATA` permissions for the target series in the `into` clause.
30183018
3019-
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_timecho).
3019+
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_timecho.md).
30203020
30213021
### 10.4 Configurable Properties
30223022

src/UserGuide/latest/Basic-Concept/Query-Data_apache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,15 +277,15 @@ Data query statements can be used in SQL command-line terminals, JDBC, JAVA / C+
277277

278278
- Execute the query statement in the SQL command line terminal: start the SQL command line terminal, and directly enter the query statement to execute, see [SQL command line terminal](../Tools-System/CLI.md).
279279

280-
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_apache) for details.
280+
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_apache.md) for details.
281281

282282
- Execute query statements in native APIs such as JAVA / C++ / Python / Go. For details, please refer to the relevant documentation in the Application Programming Interface chapter. The interface prototype is as follows:
283283

284284
````java
285285
SessionDataSet executeQueryStatement(String sql)
286286
````
287287

288-
- Used in RESTful API, see [HTTP API V1](../API/RestServiceV1_apache) or [HTTP API V2](../API/RestServiceV2_apache) for details.
288+
- Used in RESTful API, see [HTTP API V1](../API/RestServiceV1_apache.md) or [HTTP API V2](../API/RestServiceV2_apache.md) for details.
289289

290290
#### Efficient execution interfaces
291291

@@ -3016,7 +3016,7 @@ The user must have the following permissions to execute a query write-back state
30163016
* All `WRITE_SCHEMA` permissions for the source series in the `select` clause.
30173017
* All `WRITE_DATA` permissions for the target series in the `into` clause.
30183018
3019-
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_apache).
3019+
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_apache.md).
30203020
30213021
### 10.4 Configurable Properties
30223022

src/UserGuide/latest/Basic-Concept/Query-Data_timecho.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,17 +275,17 @@ In IoTDB, there are two ways to execute data query:
275275

276276
Data query statements can be used in SQL command-line terminals, JDBC, JAVA / C++ / Python / Go and other native APIs, and RESTful APIs.
277277

278-
- Execute the query statement in the SQL command line terminal: start the SQL command line terminal, and directly enter the query statement to execute, see [SQL command line terminal](../Tools-System/CLI.md).
278+
- Execute the query statement in the SQL command line terminal: start the SQL command line terminal, and directly enter the query statement to execute, see [SQL command line terminal](../Tools-System/CLI_timecho.md).
279279

280-
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_timecho) for details.
280+
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_timecho.md) for details.
281281

282282
- Execute query statements in native APIs such as JAVA / C++ / Python / Go. For details, please refer to the relevant documentation in the Application Programming Interface chapter. The interface prototype is as follows:
283283

284284
````java
285285
SessionDataSet executeQueryStatement(String sql)
286286
````
287287

288-
- Used in RESTful API, see [HTTP API V1](../API/RestServiceV1_timecho) or [HTTP API V2](../API/RestServiceV2_timecho) for details.
288+
- Used in RESTful API, see [HTTP API V1](../API/RestServiceV1_timecho.md) or [HTTP API V2](../API/RestServiceV2_timecho.md) for details.
289289

290290
#### Efficient execution interfaces
291291

@@ -3016,7 +3016,7 @@ The user must have the following permissions to execute a query write-back state
30163016
* All `WRITE_SCHEMA` permissions for the source series in the `select` clause.
30173017
* All `WRITE_DATA` permissions for the target series in the `into` clause.
30183018
3019-
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_timecho).
3019+
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_timecho.md).
30203020
30213021
### 10.4 Configurable Properties
30223022

src/zh/UserGuide/Master/Tree/Basic-Concept/Query-Data_apache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,15 +279,15 @@ It costs 0.016s
279279

280280
- 在 SQL 命令行终端中执行查询语句:启动 SQL 命令行终端,直接输入查询语句执行即可,详见 [SQL 命令行终端](../Tools-System/CLI.md)
281281

282-
- 在 JDBC 中执行查询语句,详见 [JDBC](../API/Programming-JDBC_apache)
282+
- 在 JDBC 中执行查询语句,详见 [JDBC](../API/Programming-JDBC_apache.md)
283283

284284
- 在 JAVA / C++ / Python / Go 等编程语言 API 中执行查询语句,详见应用编程接口一章相应文档。接口原型如下:
285285

286286
```java
287287
SessionDataSet executeQueryStatement(String sql);
288288
```
289289

290-
- 在 RESTful API 中使用,详见 [HTTP API V1](../API/RestServiceV1_apache) 或者 [HTTP API V2](../API/RestServiceV2_apache)
290+
- 在 RESTful API 中使用,详见 [HTTP API V1](../API/RestServiceV1_apache.md) 或者 [HTTP API V2](../API/RestServiceV2_apache.md)
291291

292292
#### 常用查询的高效执行接口
293293

@@ -3041,7 +3041,7 @@ It costs 0.375s
30413041
* 所有 `SELECT` 子句中源序列的 `WRITE_SCHEMA` 权限。
30423042
* 所有 `INTO` 子句中目标序列 `WRITE_DATA` 权限。
30433043
3044-
更多用户权限相关的内容,请参考[权限管理语句](../User-Manual/Authority-Management_apache)。
3044+
更多用户权限相关的内容,请参考[权限管理语句](../User-Manual/Authority-Management_apache.md)。
30453045
30463046
### 10.4 相关配置参数
30473047

src/zh/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,17 +277,17 @@ It costs 0.016s
277277

278278
数据查询语句支持在 SQL 命令行终端、JDBC、JAVA / C++ / Python / Go 等编程语言 API、RESTful API 中使用。
279279

280-
- 在 SQL 命令行终端中执行查询语句:启动 SQL 命令行终端,直接输入查询语句执行即可,详见 [SQL 命令行终端](../Tools-System/CLI.md)
280+
- 在 SQL 命令行终端中执行查询语句:启动 SQL 命令行终端,直接输入查询语句执行即可,详见 [SQL 命令行终端](../Tools-System/CLI_timecho.md)
281281

282-
- 在 JDBC 中执行查询语句,详见 [JDBC](../API/Programming-JDBC_timecho)
282+
- 在 JDBC 中执行查询语句,详见 [JDBC](../API/Programming-JDBC_timecho.md)
283283

284284
- 在 JAVA / C++ / Python / Go 等编程语言 API 中执行查询语句,详见应用编程接口一章相应文档。接口原型如下:
285285

286286
```java
287287
SessionDataSet executeQueryStatement(String sql);
288288
```
289289

290-
- 在 RESTful API 中使用,详见 [HTTP API V1](../API/RestServiceV1_timecho) 或者 [HTTP API V2](../API/RestServiceV2_timecho)
290+
- 在 RESTful API 中使用,详见 [HTTP API V1](../API/RestServiceV1_timecho.md) 或者 [HTTP API V2](../API/RestServiceV2_timecho.md)
291291

292292
#### 常用查询的高效执行接口
293293

@@ -3041,7 +3041,7 @@ It costs 0.375s
30413041
* 所有 `SELECT` 子句中源序列的 `WRITE_SCHEMA` 权限。
30423042
* 所有 `INTO` 子句中目标序列 `WRITE_DATA` 权限。
30433043
3044-
更多用户权限相关的内容,请参考[权限管理语句](../User-Manual/Authority-Management_timecho)。
3044+
更多用户权限相关的内容,请参考[权限管理语句](../User-Manual/Authority-Management_timecho.md)。
30453045
30463046
### 10.4 相关配置参数
30473047

src/zh/UserGuide/latest/Basic-Concept/Query-Data_apache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,15 +279,15 @@ It costs 0.016s
279279

280280
- 在 SQL 命令行终端中执行查询语句:启动 SQL 命令行终端,直接输入查询语句执行即可,详见 [SQL 命令行终端](../Tools-System/CLI.md)
281281

282-
- 在 JDBC 中执行查询语句,详见 [JDBC](../API/Programming-JDBC_apache)
282+
- 在 JDBC 中执行查询语句,详见 [JDBC](../API/Programming-JDBC_apache.md)
283283

284284
- 在 JAVA / C++ / Python / Go 等编程语言 API 中执行查询语句,详见应用编程接口一章相应文档。接口原型如下:
285285

286286
```java
287287
SessionDataSet executeQueryStatement(String sql);
288288
```
289289

290-
- 在 RESTful API 中使用,详见 [HTTP API V1](../API/RestServiceV1_apache) 或者 [HTTP API V2](../API/RestServiceV2_apache)
290+
- 在 RESTful API 中使用,详见 [HTTP API V1](../API/RestServiceV1_apache.md) 或者 [HTTP API V2](../API/RestServiceV2_apache.md)
291291

292292
#### 常用查询的高效执行接口
293293

@@ -3041,7 +3041,7 @@ It costs 0.375s
30413041
* 所有 `SELECT` 子句中源序列的 `WRITE_SCHEMA` 权限。
30423042
* 所有 `INTO` 子句中目标序列 `WRITE_DATA` 权限。
30433043
3044-
更多用户权限相关的内容,请参考[权限管理语句](../User-Manual/Authority-Management_apache)。
3044+
更多用户权限相关的内容,请参考[权限管理语句](../User-Manual/Authority-Management_apache.md)。
30453045
30463046
### 10.4 相关配置参数
30473047

src/zh/UserGuide/latest/Basic-Concept/Query-Data_timecho.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,17 +277,17 @@ It costs 0.016s
277277

278278
数据查询语句支持在 SQL 命令行终端、JDBC、JAVA / C++ / Python / Go 等编程语言 API、RESTful API 中使用。
279279

280-
- 在 SQL 命令行终端中执行查询语句:启动 SQL 命令行终端,直接输入查询语句执行即可,详见 [SQL 命令行终端](../Tools-System/CLI.md)
280+
- 在 SQL 命令行终端中执行查询语句:启动 SQL 命令行终端,直接输入查询语句执行即可,详见 [SQL 命令行终端](../Tools-System/CLI_timecho.md)
281281

282-
- 在 JDBC 中执行查询语句,详见 [JDBC](../API/Programming-JDBC_timecho)
282+
- 在 JDBC 中执行查询语句,详见 [JDBC](../API/Programming-JDBC_timecho.md)
283283

284284
- 在 JAVA / C++ / Python / Go 等编程语言 API 中执行查询语句,详见应用编程接口一章相应文档。接口原型如下:
285285

286286
```java
287287
SessionDataSet executeQueryStatement(String sql);
288288
```
289289

290-
- 在 RESTful API 中使用,详见 [HTTP API V1](../API/RestServiceV1_timecho) 或者 [HTTP API V2](../API/RestServiceV2_timecho)
290+
- 在 RESTful API 中使用,详见 [HTTP API V1](../API/RestServiceV1_timecho.md) 或者 [HTTP API V2](../API/RestServiceV2_timecho.md)
291291

292292
#### 常用查询的高效执行接口
293293

@@ -3041,7 +3041,7 @@ It costs 0.375s
30413041
* 所有 `SELECT` 子句中源序列的 `WRITE_SCHEMA` 权限。
30423042
* 所有 `INTO` 子句中目标序列 `WRITE_DATA` 权限。
30433043
3044-
更多用户权限相关的内容,请参考[权限管理语句](../User-Manual/Authority-Management_timecho)。
3044+
更多用户权限相关的内容,请参考[权限管理语句](../User-Manual/Authority-Management_timecho.md)。
30453045
30463046
### 10.4 相关配置参数
30473047

0 commit comments

Comments
 (0)