diff --git a/_docs/reference/config/traffic-rules/destination-policies.md b/_docs/reference/config/traffic-rules/destination-policies.md index 9f9cfa5f86..ddd3ccfabb 100644 --- a/_docs/reference/config/traffic-rules/destination-policies.md +++ b/_docs/reference/config/traffic-rules/destination-policies.md @@ -159,8 +159,9 @@ Circuit breaker configuration for Envoy. The circuit breaker implementation is fine-grained in that it tracks the success/failure rates of individual hosts in the load balancing pool. Hosts that continually return errors for API calls are ejected from the pool for a -pre-defined period of time. See Envoy's [outlier -detection](https://lyft.github.io/envoy/docs/intro/arch_overview/outlier.html) +pre-defined period of time. See Envoy's +[circuit breaker](https://lyft.github.io/envoy/docs/intro/arch_overview/circuit_breaking.html) +and [outlier detection](https://lyft.github.io/envoy/docs/intro/arch_overview/outlier.html) for more details.