This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c7709d9c [#271]fix links for loadbalance (#299)
c7709d9c is described below

commit c7709d9c3a3acf66a2bb2f75b4768d92ec849d75
Author: liubao68 <[email protected]>
AuthorDate: Sat Oct 29 21:10:18 2022 +0800

    [#271]fix links for loadbalance (#299)
---
 _docs/cn/products/java-chassis/load-balance.md | 2 +-
 _docs/cn/products/mesher/load-balance.md       | 2 --
 _users/cn/invoke-control.md                    | 2 +-
 _users/cn/service-configurations.md            | 4 ----
 _users/invoke-control.md                       | 2 +-
 5 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/_docs/cn/products/java-chassis/load-balance.md 
b/_docs/cn/products/java-chassis/load-balance.md
index 0e33da2f..4632a00f 100644
--- a/_docs/cn/products/java-chassis/load-balance.md
+++ b/_docs/cn/products/java-chassis/load-balance.md
@@ -42,4 +42,4 @@ mvn spring-boot:run 
-Dspring-boot.run.jvmArguments="-Dcse.rest.address=0.0.0.0:7
 
 * 阅读[流量控制快速入门](/cn/docs/products/java-chassis/flow-control/)
 
-* 了解更多[负载均衡](/cn/docs/users/service-configurations/#负载均衡策略)的使用方式
+* 了解更多 
[负载均衡](https://servicecomb.apache.org/references/java-chassis/zh_CN/references-handlers/loadbalance.html)
 的使用方式
diff --git a/_docs/cn/products/mesher/load-balance.md 
b/_docs/cn/products/mesher/load-balance.md
index 90868038..3673d742 100644
--- a/_docs/cn/products/mesher/load-balance.md
+++ b/_docs/cn/products/mesher/load-balance.md
@@ -51,5 +51,3 @@ last_modified_at: 2019-08-08T14:01:43.000Z
 # 下一步
 
 - 阅读[流量控制快速入门](/cn/docs/products/mesher/flow-control/)
-
-- 了解更多[负载均衡](/cn/docs/users/service-configurations/#负载均衡策略)的使用方式
diff --git a/_users/cn/invoke-control.md b/_users/cn/invoke-control.md
index e7af516e..c455b559 100644
--- a/_users/cn/invoke-control.md
+++ b/_users/cn/invoke-control.md
@@ -18,7 +18,7 @@ redirect_from:
 
 ### 配置说明
 
-实例级故障隔离功能集成在负载均衡功能中,负载均衡策略的配置见[负载均衡策略](/cn/users/service-configurations/#负载均衡策略)。负载均衡策略中,与实例级故障隔离相关的配置项见下表。
+实例级故障隔离功能集成在负载均衡功能中, 与实例级故障隔离相关的配置项见下表。
 
 | 配置项 | 默认值 | 取值范围 | 是否必选 | 含义 | 注意 |
 | :--- | :--- | :--- | :--- | :--- | :--- |
diff --git a/_users/cn/service-configurations.md 
b/_users/cn/service-configurations.md
index 71803b02..c454de61 100755
--- a/_users/cn/service-configurations.md
+++ b/_users/cn/service-configurations.md
@@ -10,10 +10,6 @@ redirect_from:
 ---
 
 {% include toc %}
-## 负载均衡策略
-本章节的内容已过时,新的负载均衡策略说明见[负载均衡](https://docs.servicecomb.io/java-chassis/zh_CN/references-handlers/loadbalance.html)
-
-
 
 ## 限流策略
 ### 场景描述
diff --git a/_users/invoke-control.md b/_users/invoke-control.md
index a2eca4ad..66aae4d4 100644
--- a/_users/invoke-control.md
+++ b/_users/invoke-control.md
@@ -18,7 +18,7 @@ In the scenario where some instances fail to be called, the 
instance-level fault
 
 ### Configuration
 
-This instance-level fault isolation function is integrated into the load 
balancing function. For configuration of the load balancing policy, see  
[Service Configurations](/users/service-configurations/#负载均衡策略). For parameters 
associated with instance-level fault isolation in the load balancing policy, 
see table below:
+This instance-level fault isolation function is integrated into the load 
balancing function.  For parameters associated with instance-level fault 
isolation in the load balancing policy, see table below:
 
 | Configuration Item                       | Default Value | Value Range       
 | Mandatory | Description                              | Remark |
 | :--------------------------------------- | :------------ | 
:----------------- | :-------- | :--------------------------------------- | 
:----- |

Reply via email to