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

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c504823092 Fix : fix the deadlink (#27530)
5c504823092 is described below

commit 5c504823092ad3bdc15405d4e020e5579c8a7a7e
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Fri Jul 28 12:04:58 2023 +0800

    Fix : fix the deadlink (#27530)
---
 docs/document/content/dev-manual/data-source.cn.md | 1 -
 docs/document/content/dev-manual/data-source.en.md | 1 -
 2 files changed, 2 deletions(-)

diff --git a/docs/document/content/dev-manual/data-source.cn.md 
b/docs/document/content/dev-manual/data-source.cn.md
index e412e93a134..d6a3af5659e 100644
--- a/docs/document/content/dev-manual/data-source.cn.md
+++ b/docs/document/content/dev-manual/data-source.cn.md
@@ -64,7 +64,6 @@ chapter = true
 | *配置标识* | *详细说明*         | *全限定类名*                                            
                                                                                
                                                                                
                               |
 
|--------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | MySQL  | MySQL 数据类型加载器  | 
[`org.apache.shardingsphere.infra.database.mysql.MySQLDataTypeLoader`](https://github.com/apache/shardingsphere/blob/master/infra/database/type/mysql/src/main/java/org/apache/shardingsphere/infra/database/mysql/MySQLDataTypeLoader.java)
      |
-| Oracle | Oracle 数据类型加载器 | 
[`org.apache.shardingsphere.infra.database.oracle.OracleDataTypeLoader`](https://github.com/apache/shardingsphere/blob/master/infra/database/type/oracle/src/main/java/org/apache/shardingsphere/infra/database/oracle/OracleDataTypeLoader.java)
 |
 
 ## DataSourcePoolMetaData
 
diff --git a/docs/document/content/dev-manual/data-source.en.md 
b/docs/document/content/dev-manual/data-source.en.md
index cf347974cd3..96d8e5a71f4 100644
--- a/docs/document/content/dev-manual/data-source.en.md
+++ b/docs/document/content/dev-manual/data-source.en.md
@@ -64,7 +64,6 @@ Data type loader
 | *Configuration Type* | *Description*           | *Fully-qualified class 
name*                                                                           
                                                                                
                                                           |
 
|----------------------|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | MySQL                | MySQL data type loader  | 
[`org.apache.shardingsphere.infra.database.mysql.MySQLDataTypeLoader`](https://github.com/apache/shardingsphere/blob/master/infra/database/type/mysql/src/main/java/org/apache/shardingsphere/infra/database/mysql/MySQLDataTypeLoader.java)
      |
-| Oracle               | Oracle data type loader | 
[`org.apache.shardingsphere.infra.database.oracle.OracleDataTypeLoader`](https://github.com/apache/shardingsphere/blob/master/infra/database/type/oracle/src/main/java/org/apache/shardingsphere/infra/database/oracle/OracleDataTypeLoader.java)
 |
 
 ## DataSourcePoolMetaData 
 

Reply via email to