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 f61f1b92dff Fix : fix the deadlink (#30233)
f61f1b92dff is described below
commit f61f1b92dff2bc2d5efcb5647602b8a2f7e2fdd9
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Wed Feb 21 20:25:06 2024 +0800
Fix : fix the deadlink (#30233)
---
docs/document/content/dev-manual/sharding.en.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/document/content/dev-manual/sharding.en.md
b/docs/document/content/dev-manual/sharding.en.md
index 53061b4f308..dd85c00cdcc 100644
--- a/docs/document/content/dev-manual/sharding.en.md
+++ b/docs/document/content/dev-manual/sharding.en.md
@@ -34,7 +34,7 @@ Sharding Algorithm definition
### Fully-qualified class name
-[`org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm`](https://github.com/apache/shardingsphere/blob/master/infra/algorithm/key-generator/core/src/main/java/org/apache/shardingsphere/keygen/core/algorithm/KeyGenerateAlgorithm.java)
+[`org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm`](https://github.com/apache/shardingsphere/blob/master/infra/algorithm/key-generator/core/src/main/java/org/apache/shardingsphere/infra/algorithm/keygen/core/KeyGenerateAlgorithm.java)
### Definition