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 6af5f71ef1f Fix : fix the deadlink (#30325)
6af5f71ef1f is described below
commit 6af5f71ef1fa82cf73beb7477d2797bd8f7dac52
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Wed Feb 28 10:32:22 2024 +0800
Fix : fix the deadlink (#30325)
---
.../user-manual/common-config/builtin-algorithm/load-balance.cn.md | 2 +-
.../user-manual/common-config/builtin-algorithm/load-balance.en.md | 4 ++--
.../shardingsphere-jdbc/special-api/readwrite-splitting/hint.cn.md | 2 +-
.../shardingsphere-jdbc/special-api/readwrite-splitting/hint.en.md | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git
a/docs/document/content/user-manual/common-config/builtin-algorithm/load-balance.cn.md
b/docs/document/content/user-manual/common-config/builtin-algorithm/load-balance.cn.md
index e0153422c28..fb6a91d6b65 100644
---
a/docs/document/content/user-manual/common-config/builtin-algorithm/load-balance.cn.md
+++
b/docs/document/content/user-manual/common-config/builtin-algorithm/load-balance.cn.md
@@ -53,4 +53,4 @@ rules:
## 相关参考
- [核心特性:读写分离](/cn/features/readwrite-splitting/)
-- [开发者指南:读写分离](/cn/dev-manual/readwrite-splitting/)
+- [开发者指南:读写分离](/cn/dev-manual/infra-algorithm/)
diff --git
a/docs/document/content/user-manual/common-config/builtin-algorithm/load-balance.en.md
b/docs/document/content/user-manual/common-config/builtin-algorithm/load-balance.en.md
index 2fca3eb1cf9..eade20d8d5a 100644
---
a/docs/document/content/user-manual/common-config/builtin-algorithm/load-balance.en.md
+++
b/docs/document/content/user-manual/common-config/builtin-algorithm/load-balance.en.md
@@ -23,7 +23,7 @@ Type: RANDOM
Type: WEIGHT
-Attributes:
+Attributes:
| *Name* | *DataType* | *Description*
|
|-----------------|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -54,4 +54,4 @@ rules:
## Related References
- [Core Feature: Read/Write Splitting](/en/features/readwrite-splitting/)
-- [Developer Guide: Read/Write Splitting](/en/dev-manual/readwrite-splitting/)
+- [Developer Guide: Read/Write Splitting](/en/dev-manual/infra-algorithm/)
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/readwrite-splitting/hint.cn.md
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/readwrite-splitting/hint.cn.md
index 54b112b3f8f..c5903829fd3 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/readwrite-splitting/hint.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/readwrite-splitting/hint.cn.md
@@ -74,4 +74,4 @@ try (HintManager hintManager = HintManager.getInstance();
```
- [核心特性:读写分离](/cn/features/readwrite-splitting/)
-- [开发者指南:读写分离](/cn/dev-manual/readwrite-splitting/)
+- [开发者指南:读写分离](/cn/dev-manual/infra-algorithm/)
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/readwrite-splitting/hint.en.md
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/readwrite-splitting/hint.en.md
index 3aedaf796c7..e89d9a75c40 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/readwrite-splitting/hint.en.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/readwrite-splitting/hint.en.md
@@ -77,4 +77,4 @@ try (HintManager hintManager = HintManager.getInstance();
## Related References
- [Core Feature: Read/write Splitting](/en/features/readwrite-splitting/)
-- [Developer Guide: Read/write Splitting](/en/dev-manual/readwrite-splitting/)
+- [Developer Guide: Read/write Splitting](/en/dev-manual/infra-algorithm/)