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 5a9941e624b Fix : fix the deadlink (#27512)
5a9941e624b is described below

commit 5a9941e624bb9377035950e28c336dfaf28ee376
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Thu Jul 27 17:34:48 2023 +0800

    Fix : fix the deadlink (#27512)
---
 docs/document/content/dev-manual/data-source.cn.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/document/content/dev-manual/data-source.cn.md 
b/docs/document/content/dev-manual/data-source.cn.md
index d51a86d02ca..b30519ab7cf 100644
--- a/docs/document/content/dev-manual/data-source.cn.md
+++ b/docs/document/content/dev-manual/data-source.cn.md
@@ -32,7 +32,7 @@ chapter = true
 
 ### 全限定类名
 
-[`org.apache.shardingsphere.infra.metadata.database.schema.loader.metadata.DialectSchemaMetaDataLoader`](https://github.com/apache/shardingsphere/blob/master/infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/loader/metadata/DialectSchemaMetaDataLoader.java)
+[`org.apache.shardingsphere.infra.database.core.dict.metadata.DialectSchemaMetaDataLoader`](https://github.com/apache/shardingsphere/blob/master/infra/database/core/src/main/java/org/apache/shardingsphere/infra/database/core/dict/metadata/DialectSchemaMetaDataLoader.java)
 
 ### 定义
 

Reply via email to