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

critas 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 9d135dbe JAVA API Full Interface Description Invalid Jump (#713)
9d135dbe is described below

commit 9d135dbef7e8878311e5c8e56c0c26f92ab8689b
Author: W1y1r <[email protected]>
AuthorDate: Tue Apr 22 12:18:37 2025 +0800

    JAVA API Full Interface Description Invalid Jump (#713)
---
 src/UserGuide/Master/Tree/API/Programming-Data-Subscription.md    | 2 +-
 src/UserGuide/Master/Tree/API/Programming-Java-Native-API.md      | 2 +-
 src/UserGuide/V1.3.x/API/Programming-Data-Subscription.md         | 2 +-
 src/UserGuide/V1.3.x/API/Programming-Java-Native-API.md           | 2 +-
 src/UserGuide/dev-1.3/API/Programming-Data-Subscription.md        | 2 +-
 src/UserGuide/dev-1.3/API/Programming-Java-Native-API.md          | 2 +-
 src/UserGuide/latest/API/Programming-Data-Subscription.md         | 2 +-
 src/UserGuide/latest/API/Programming-Java-Native-API.md           | 2 +-
 src/zh/UserGuide/Master/Tree/API/Programming-Data-Subscription.md | 2 +-
 src/zh/UserGuide/Master/Tree/API/Programming-Java-Native-API.md   | 2 +-
 src/zh/UserGuide/V1.3.x/API/Programming-Data-Subscription.md      | 2 +-
 src/zh/UserGuide/V1.3.x/API/Programming-Java-Native-API.md        | 2 +-
 src/zh/UserGuide/dev-1.3/API/Programming-Data-Subscription.md     | 2 +-
 src/zh/UserGuide/dev-1.3/API/Programming-Java-Native-API.md       | 2 +-
 src/zh/UserGuide/latest/API/Programming-Data-Subscription.md      | 2 +-
 src/zh/UserGuide/latest/API/Programming-Java-Native-API.md        | 2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/UserGuide/Master/Tree/API/Programming-Data-Subscription.md 
b/src/UserGuide/Master/Tree/API/Programming-Data-Subscription.md
index f7d58c4f..7019f1b5 100644
--- a/src/UserGuide/Master/Tree/API/Programming-Data-Subscription.md
+++ b/src/UserGuide/Master/Tree/API/Programming-Data-Subscription.md
@@ -33,7 +33,7 @@ IoTDB provides powerful data subscription functionality, 
allowing users to acces
 
 ## 2. Detailed Steps
 
-This section is used to illustrate the core development process and does not 
demonstrate all parameters and interfaces. For a comprehensive understanding of 
all features and parameters, please refer to: [Java Native 
API](../API/Programming-Java-Native-API.md#3-native-interface-description)
+This section is used to illustrate the core development process and does not 
demonstrate all parameters and interfaces. For a comprehensive understanding of 
all features and parameters, please refer to: [Java Native 
API](../API/Programming-Java-Native-API.md#_3-native-interface-description)
 
 
 ### 2.1  Create a Maven project
diff --git a/src/UserGuide/Master/Tree/API/Programming-Java-Native-API.md 
b/src/UserGuide/Master/Tree/API/Programming-Java-Native-API.md
index f38cbfd3..da8f4103 100644
--- a/src/UserGuide/Master/Tree/API/Programming-Java-Native-API.md
+++ b/src/UserGuide/Master/Tree/API/Programming-Java-Native-API.md
@@ -32,7 +32,7 @@ In the native API of IoTDB, the `Session` is the core 
interface for interacting
 
 ## 2. Detailed Steps
 
-This section provides an overview of the core development process and does not 
demonstrate all parameters and interfaces. For a complete list of 
functionalities and parameters, please refer to:[Java Native 
API](./Programming-Java-Native-API.md#3-native-interface-description) or check 
the: [Source 
Code](https://github.com/apache/iotdb/tree/master/example/session/src/main/java/org/apache/iotdb)
+This section provides an overview of the core development process and does not 
demonstrate all parameters and interfaces. For a complete list of 
functionalities and parameters, please refer to:[Java Native 
API](./Programming-Java-Native-API.md#_3-native-interface-description) or check 
the: [Source 
Code](https://github.com/apache/iotdb/tree/master/example/session/src/main/java/org/apache/iotdb)
 
 ### 2.1 Create a Maven Project
 
diff --git a/src/UserGuide/V1.3.x/API/Programming-Data-Subscription.md 
b/src/UserGuide/V1.3.x/API/Programming-Data-Subscription.md
index 1c996e3c..8b6f6e9c 100644
--- a/src/UserGuide/V1.3.x/API/Programming-Data-Subscription.md
+++ b/src/UserGuide/V1.3.x/API/Programming-Data-Subscription.md
@@ -33,7 +33,7 @@ IoTDB provides powerful data subscription functionality, 
allowing users to acces
 
 ## 2 Detailed Steps
 
-This section is used to illustrate the core development process and does not 
demonstrate all parameters and interfaces. For a comprehensive understanding of 
all features and parameters, please refer to: [Java Native 
API](../API/Programming-Java-Native-API.md#3-native-interface-description)
+This section is used to illustrate the core development process and does not 
demonstrate all parameters and interfaces. For a comprehensive understanding of 
all features and parameters, please refer to: [Java Native 
API](../API/Programming-Java-Native-API.md#_3-native-interface-description)
 
 
 ### 2.1  Create a Maven project
diff --git a/src/UserGuide/V1.3.x/API/Programming-Java-Native-API.md 
b/src/UserGuide/V1.3.x/API/Programming-Java-Native-API.md
index a0e93e98..c0eed8ab 100644
--- a/src/UserGuide/V1.3.x/API/Programming-Java-Native-API.md
+++ b/src/UserGuide/V1.3.x/API/Programming-Java-Native-API.md
@@ -32,7 +32,7 @@ In the native API of IoTDB, the `Session` is the core 
interface for interacting
 
 ## 2 Detailed Steps
 
-This section provides an overview of the core development process and does not 
demonstrate all parameters and interfaces. For a complete list of 
functionalities and parameters, please refer to:[Java Native 
API](./Programming-Java-Native-API.md#3-native-interface-description) or check 
the: [Source 
Code](https://github.com/apache/iotdb/tree/rc/1.3.3/example/session/src/main/java/org/apache/iotdb)
+This section provides an overview of the core development process and does not 
demonstrate all parameters and interfaces. For a complete list of 
functionalities and parameters, please refer to:[Java Native 
API](./Programming-Java-Native-API.md#_3-native-interface-description) or check 
the: [Source 
Code](https://github.com/apache/iotdb/tree/rc/1.3.3/example/session/src/main/java/org/apache/iotdb)
 
 ### 2.1 Create a Maven Project
 
diff --git a/src/UserGuide/dev-1.3/API/Programming-Data-Subscription.md 
b/src/UserGuide/dev-1.3/API/Programming-Data-Subscription.md
index 1c996e3c..8b6f6e9c 100644
--- a/src/UserGuide/dev-1.3/API/Programming-Data-Subscription.md
+++ b/src/UserGuide/dev-1.3/API/Programming-Data-Subscription.md
@@ -33,7 +33,7 @@ IoTDB provides powerful data subscription functionality, 
allowing users to acces
 
 ## 2 Detailed Steps
 
-This section is used to illustrate the core development process and does not 
demonstrate all parameters and interfaces. For a comprehensive understanding of 
all features and parameters, please refer to: [Java Native 
API](../API/Programming-Java-Native-API.md#3-native-interface-description)
+This section is used to illustrate the core development process and does not 
demonstrate all parameters and interfaces. For a comprehensive understanding of 
all features and parameters, please refer to: [Java Native 
API](../API/Programming-Java-Native-API.md#_3-native-interface-description)
 
 
 ### 2.1  Create a Maven project
diff --git a/src/UserGuide/dev-1.3/API/Programming-Java-Native-API.md 
b/src/UserGuide/dev-1.3/API/Programming-Java-Native-API.md
index 2b2b68da..63647809 100644
--- a/src/UserGuide/dev-1.3/API/Programming-Java-Native-API.md
+++ b/src/UserGuide/dev-1.3/API/Programming-Java-Native-API.md
@@ -32,7 +32,7 @@ In the native API of IoTDB, the `Session` is the core 
interface for interacting
 
 ## 2 Detailed Steps
 
-This section provides an overview of the core development process and does not 
demonstrate all parameters and interfaces. For a complete list of 
functionalities and parameters, please refer to:[Java Native 
API](./Programming-Java-Native-API.md#3-native-interface-description) or check 
the: [Source 
Code](https://github.com/apache/iotdb/tree/master/example/session/src/main/java/org/apache/iotdb)
+This section provides an overview of the core development process and does not 
demonstrate all parameters and interfaces. For a complete list of 
functionalities and parameters, please refer to:[Java Native 
API](./Programming-Java-Native-API.md#_3-native-interface-description) or check 
the: [Source 
Code](https://github.com/apache/iotdb/tree/master/example/session/src/main/java/org/apache/iotdb)
 
 ### 2.1 Create a Maven Project
 
diff --git a/src/UserGuide/latest/API/Programming-Data-Subscription.md 
b/src/UserGuide/latest/API/Programming-Data-Subscription.md
index f7d58c4f..7019f1b5 100644
--- a/src/UserGuide/latest/API/Programming-Data-Subscription.md
+++ b/src/UserGuide/latest/API/Programming-Data-Subscription.md
@@ -33,7 +33,7 @@ IoTDB provides powerful data subscription functionality, 
allowing users to acces
 
 ## 2. Detailed Steps
 
-This section is used to illustrate the core development process and does not 
demonstrate all parameters and interfaces. For a comprehensive understanding of 
all features and parameters, please refer to: [Java Native 
API](../API/Programming-Java-Native-API.md#3-native-interface-description)
+This section is used to illustrate the core development process and does not 
demonstrate all parameters and interfaces. For a comprehensive understanding of 
all features and parameters, please refer to: [Java Native 
API](../API/Programming-Java-Native-API.md#_3-native-interface-description)
 
 
 ### 2.1  Create a Maven project
diff --git a/src/UserGuide/latest/API/Programming-Java-Native-API.md 
b/src/UserGuide/latest/API/Programming-Java-Native-API.md
index 734cd706..29617b90 100644
--- a/src/UserGuide/latest/API/Programming-Java-Native-API.md
+++ b/src/UserGuide/latest/API/Programming-Java-Native-API.md
@@ -32,7 +32,7 @@ In the native API of IoTDB, the `Session` is the core 
interface for interacting
 
 ## 2. Detailed Steps
 
-This section provides an overview of the core development process and does not 
demonstrate all parameters and interfaces. For a complete list of 
functionalities and parameters, please refer to:[Java Native 
API](./Programming-Java-Native-API.md#3-native-interface-description) or check 
the: [Source 
Code](https://github.com/apache/iotdb/tree/rc/2.0.1/example/session/src/main/java/org/apache/iotdb)
+This section provides an overview of the core development process and does not 
demonstrate all parameters and interfaces. For a complete list of 
functionalities and parameters, please refer to:[Java Native 
API](./Programming-Java-Native-API.md#_3-native-interface-description) or check 
the: [Source 
Code](https://github.com/apache/iotdb/tree/rc/2.0.1/example/session/src/main/java/org/apache/iotdb)
 
 ### 2.1 Create a Maven Project
 
diff --git a/src/zh/UserGuide/Master/Tree/API/Programming-Data-Subscription.md 
b/src/zh/UserGuide/Master/Tree/API/Programming-Data-Subscription.md
index b2b4c6e3..8a81d432 100644
--- a/src/zh/UserGuide/Master/Tree/API/Programming-Data-Subscription.md
+++ b/src/zh/UserGuide/Master/Tree/API/Programming-Data-Subscription.md
@@ -33,7 +33,7 @@ IoTDB 提供了强大的数据订阅功能,允许用户通过订阅 API 实时
 
 ## 2. 详细步骤
 
-本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#3-全量接口说明)
+本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#_3-全量接口说明)
 
 
 ### 2.1  创建maven项目
diff --git a/src/zh/UserGuide/Master/Tree/API/Programming-Java-Native-API.md 
b/src/zh/UserGuide/Master/Tree/API/Programming-Java-Native-API.md
index 6d95099e..bdda75f7 100644
--- a/src/zh/UserGuide/Master/Tree/API/Programming-Java-Native-API.md
+++ b/src/zh/UserGuide/Master/Tree/API/Programming-Java-Native-API.md
@@ -31,7 +31,7 @@ SessionPool 是 Session 的连接池,推荐使用SessionPool编程。在多线
 
 ## 2. 详细步骤
 
-本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#3-全量接口说明) 或 查阅: 
[源码](https://github.com/apache/iotdb/tree/master/example/session/src/main/java/org/apache/iotdb)
+本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#_3-全量接口说明) 或 查阅: 
[源码](https://github.com/apache/iotdb/tree/master/example/session/src/main/java/org/apache/iotdb)
 
 ### 2.1 创建maven项目
 
diff --git a/src/zh/UserGuide/V1.3.x/API/Programming-Data-Subscription.md 
b/src/zh/UserGuide/V1.3.x/API/Programming-Data-Subscription.md
index 2e387bd8..632bbc5f 100644
--- a/src/zh/UserGuide/V1.3.x/API/Programming-Data-Subscription.md
+++ b/src/zh/UserGuide/V1.3.x/API/Programming-Data-Subscription.md
@@ -33,7 +33,7 @@ IoTDB 提供了强大的数据订阅功能,允许用户通过订阅 API 实时
 
 ## 2 详细步骤
 
-本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#3-全量接口说明)
+本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#_3-全量接口说明)
 
 
 ### 2.1  创建maven项目
diff --git a/src/zh/UserGuide/V1.3.x/API/Programming-Java-Native-API.md 
b/src/zh/UserGuide/V1.3.x/API/Programming-Java-Native-API.md
index c50fc86f..b394fa78 100644
--- a/src/zh/UserGuide/V1.3.x/API/Programming-Java-Native-API.md
+++ b/src/zh/UserGuide/V1.3.x/API/Programming-Java-Native-API.md
@@ -31,7 +31,7 @@ SessionPool 是 Session 的连接池,推荐使用SessionPool编程。在多线
 
 ## 2 详细步骤
 
-本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#3-全量接口说明) 或 查阅: 
[源码](https://github.com/apache/iotdb/tree/rc/1.3.3/example/session/src/main/java/org/apache/iotdb)
+本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#_3-全量接口说明) 或 查阅: 
[源码](https://github.com/apache/iotdb/tree/rc/1.3.3/example/session/src/main/java/org/apache/iotdb)
 
 ### 2.1 创建maven项目
 
diff --git a/src/zh/UserGuide/dev-1.3/API/Programming-Data-Subscription.md 
b/src/zh/UserGuide/dev-1.3/API/Programming-Data-Subscription.md
index 2e387bd8..632bbc5f 100644
--- a/src/zh/UserGuide/dev-1.3/API/Programming-Data-Subscription.md
+++ b/src/zh/UserGuide/dev-1.3/API/Programming-Data-Subscription.md
@@ -33,7 +33,7 @@ IoTDB 提供了强大的数据订阅功能,允许用户通过订阅 API 实时
 
 ## 2 详细步骤
 
-本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#3-全量接口说明)
+本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#_3-全量接口说明)
 
 
 ### 2.1  创建maven项目
diff --git a/src/zh/UserGuide/dev-1.3/API/Programming-Java-Native-API.md 
b/src/zh/UserGuide/dev-1.3/API/Programming-Java-Native-API.md
index 25269e46..5a7ea4ae 100644
--- a/src/zh/UserGuide/dev-1.3/API/Programming-Java-Native-API.md
+++ b/src/zh/UserGuide/dev-1.3/API/Programming-Java-Native-API.md
@@ -31,7 +31,7 @@ SessionPool 是 Session 的连接池,推荐使用SessionPool编程。在多线
 
 ## 2 详细步骤
 
-本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#3-全量接口说明) 或 查阅: 
[源码](https://github.com/apache/iotdb/tree/master/example/session/src/main/java/org/apache/iotdb)
+本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#_3-全量接口说明) 或 查阅: 
[源码](https://github.com/apache/iotdb/tree/master/example/session/src/main/java/org/apache/iotdb)
 
 ### 2.1 创建maven项目
 
diff --git a/src/zh/UserGuide/latest/API/Programming-Data-Subscription.md 
b/src/zh/UserGuide/latest/API/Programming-Data-Subscription.md
index b2b4c6e3..8a81d432 100644
--- a/src/zh/UserGuide/latest/API/Programming-Data-Subscription.md
+++ b/src/zh/UserGuide/latest/API/Programming-Data-Subscription.md
@@ -33,7 +33,7 @@ IoTDB 提供了强大的数据订阅功能,允许用户通过订阅 API 实时
 
 ## 2. 详细步骤
 
-本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#3-全量接口说明)
+本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#_3-全量接口说明)
 
 
 ### 2.1  创建maven项目
diff --git a/src/zh/UserGuide/latest/API/Programming-Java-Native-API.md 
b/src/zh/UserGuide/latest/API/Programming-Java-Native-API.md
index 3de047e5..f04bf491 100644
--- a/src/zh/UserGuide/latest/API/Programming-Java-Native-API.md
+++ b/src/zh/UserGuide/latest/API/Programming-Java-Native-API.md
@@ -31,7 +31,7 @@ SessionPool 是 Session 的连接池,推荐使用SessionPool编程。在多线
 
 ## 2. 详细步骤
 
-本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#3-全量接口说明) 或 查阅: 
[源码](https://github.com/apache/iotdb/tree/rc/2.0.1/example/session/src/main/java/org/apache/iotdb)
+本章节用于说明开发的核心流程,并未演示所有的参数和接口,如需了解全部功能及参数请参见: 
[全量接口说明](./Programming-Java-Native-API.md#_3-全量接口说明) 或 查阅: 
[源码](https://github.com/apache/iotdb/tree/rc/2.0.1/example/session/src/main/java/org/apache/iotdb)
 
 ### 2.1 创建maven项目
 

Reply via email to