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 fc9d45211c7 Refactor : fix deadlink (#27516)
fc9d45211c7 is described below

commit fc9d45211c712a67ea894c2b927de6779f2ab9bd
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Thu Jul 27 19:17:02 2023 +0800

    Refactor : fix deadlink (#27516)
---
 docs/document/content/dev-manual/data-source.en.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/document/content/dev-manual/data-source.en.md 
b/docs/document/content/dev-manual/data-source.en.md
index 72e454a5aa8..f234ddce0e9 100644
--- a/docs/document/content/dev-manual/data-source.en.md
+++ b/docs/document/content/dev-manual/data-source.en.md
@@ -32,7 +32,7 @@ Supported database types definition
 
 ### Fully-qualified class name
 
-[`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)
 
 ### Definition
 

Reply via email to