This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 c21e6393bf4 Fix : fix the deadlink (#30326)
c21e6393bf4 is described below
commit c21e6393bf4cc81ac82e86be3a40b61137f6702e
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Wed Feb 28 11:17:27 2024 +0800
Fix : fix the deadlink (#30326)
---
.../distsql/syntax/ral/plugin/show-plugins.cn.md | 12 ++++++------
.../distsql/syntax/ral/plugin/show-plugins.en.md | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.cn.md
index 33ad6885765..04888460fbd 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.cn.md
@@ -63,12 +63,12 @@ SHOW PLUGINS OF
'org.apache.shardingsphere.sharding.spi.ShardingAlgorithm';
针对一些常用的接口,ShardingSphere 提供了语法糖,可以简化操作,目前已提供的插件查询语法糖如下:
-- 查询 `org.apache.shardingsphere.sharding.spi.ShardingAlgorithm` 接口实现:[SHOW
SHARDING ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/sharding/show-sharding-algorithm-implementations)
-- 查询
`org.apache.shardingsphere.infra.algorithm.load.balancer.core.LoadBalanceAlgorithm`
接口实现:[SHOW READ QUERY LOAD BALANCE ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/readwrite-splitting/show-read-query-load-balance-algorithm-implementations)
-- 查询 `org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm` 接口实现:[SHOW
ENCRYPT ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/encrypt/show-encrypt-algorithm-implementations)
-- 查询 `org.apache.shardingsphere.mask.spi.MaskAlgorithm` 接口实现:[SHOW MASK
ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/mask/show-mask-algorithm-implementations)
-- 查询 `org.apache.shardingsphere.shadow.spi.ShadowAlgorithm` 接口实现:[SHOW SHADOW
ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/shadow/show-shadow-algorithm-implementations)
-- 查询 `org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm`
接口实现:[SHOW KEY GENERATE ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/show-key-generate-algorithm-implementations)
+- 查询 `org.apache.shardingsphere.sharding.spi.ShardingAlgorithm` 接口实现:[SHOW
SHARDING ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/plugin/show-sharding-algorithm-plugins/)
+- 查询
`org.apache.shardingsphere.infra.algorithm.load.balancer.core.LoadBalanceAlgorithm`
接口实现:[SHOW LOAD BALANCE ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins/)
+- 查询 `org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm` 接口实现:[SHOW
ENCRYPT ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-encrypt-algorithm-plugins/)
+- 查询 `org.apache.shardingsphere.mask.spi.MaskAlgorithm` 接口实现:[SHOW MASK
ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-mask-algorithm-plugins/)
+- 查询 `org.apache.shardingsphere.shadow.spi.ShadowAlgorithm` 接口实现:[SHOW SHADOW
ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-shadow-algorithm-plugins/)
+- 查询 `org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm`
接口实现:[SHOW KEY GENERATE ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins/)
### 保留字
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.en.md
index 69117a2dfdd..cec3ced21ab 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.en.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.en.md
@@ -65,12 +65,12 @@ For some commonly used interface implementations,
ShardingSphere provides syntax
The currently provided syntax sugar are as follows:
-- Show implementations of
`org.apache.shardingsphere.sharding.spi.ShardingAlgorithm`: [SHOW SHARDING
ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/sharding/show-sharding-algorithm-implementations)
-- Show implementations of
`org.apache.shardingsphere.infra.algorithm.load.balancer.core.LoadBalanceAlgorithm`:
[SHOW READ QUERY LOAD BALANCE ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/readwrite-splitting/show-read-query-load-balance-algorithm-implementations)
-- Show implementations of
`org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm`: [SHOW ENCRYPT
ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/encrypt/show-encrypt-algorithm-implementations)
-- Show implementations of `org.apache.shardingsphere.mask.spi.MaskAlgorithm`:
[SHOW MASK ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/mask/show-mask-algorithm-implementations)
-- Show implementations of
`org.apache.shardingsphere.shadow.spi.ShadowAlgorithm`: [SHOW SHADOW ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/shadow/show-shadow-algorithm-implementations)
-- Show implementations of
`org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm`: [SHOW
KEY GENERATE ALGORITHM
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/show-key-generate-algorithm-implementations)
+- Show implementations of
`org.apache.shardingsphere.sharding.spi.ShardingAlgorithm`: [SHOW SHARDING
ALGORITHM
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-sharding-algorithm-plugins/)
+- Show implementations of
`org.apache.shardingsphere.infra.algorithm.load.balancer.core.LoadBalanceAlgorithm`:
[SHOW LOAD BALANCE ALGORITHM
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins/)
+- Show implementations of
`org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm`: [SHOW ENCRYPT
ALGORITHM
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-encrypt-algorithm-plugins/)
+- Show implementations of `org.apache.shardingsphere.mask.spi.MaskAlgorithm`:
[SHOW MASK ALGORITHM
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-mask-algorithm-plugins/)
+- Show implementations of
`org.apache.shardingsphere.shadow.spi.ShadowAlgorithm`: [SHOW SHADOW ALGORITHM
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-shadow-algorithm-plugins/)
+- Show implementations of
`org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm`: [SHOW
KEY GENERATE ALGORITHM
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins/)
### Reserved word