Skip to content

Commit 4b92902

Browse files
Update spring-cloud-commons link
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent d0d9022 commit 4b92902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/spring-cloud-openfeign.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ The load-balancer client above will want to discover the physical addresses
6565
for the "stores" service. If your application is a Eureka client then
6666
it will resolve the service in the Eureka service registry. If you
6767
don't want to use Eureka, you can configure a list of servers
68-
in your external configuration using https://docs.spring.io/spring-cloud-commons/docs/current/reference/html/#simplediscoveryclient[`SimpleDiscoveryClient`].
68+
in your external configuration using https://docs.spring.io/spring-cloud-commons/reference/spring-cloud-commons/common-abstractions.html#simplediscoveryclient[`SimpleDiscoveryClient`].
6969

70-
Spring Cloud OpenFeign supports all the features available for the blocking mode of Spring Cloud LoadBalancer. You can read more about them in the https://docs.spring.io/spring-cloud-commons/docs/current/reference/html/#spring-cloud-loadbalancer[project documentation].
70+
Spring Cloud OpenFeign supports all the features available for the blocking mode of Spring Cloud LoadBalancer. You can read more about them in the https://docs.spring.io/spring-cloud-commons/reference/spring-cloud-commons/loadbalancer.html[project documentation].
7171

7272
TIP: To use `@EnableFeignClients` annotation on `@Configuration`-annotated-classes, make sure to specify where the clients are located, for example:
7373
`@EnableFeignClients(basePackages = "com.example.clients")`

0 commit comments

Comments
 (0)