Skip to content

Commit ed6db40

Browse files
authored
Fix header of Caffeine-backed load balancer caching. (#1351)
1 parent 7625c4c commit ed6db40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/spring-cloud-commons/loadbalancer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can see more information and examples of usage in the following sections:
6363

6464
Apart from the basic `ServiceInstanceListSupplier` implementation that retrieves instances via `DiscoveryClient` each time it has to choose an instance, we provide two caching implementations.
6565

66-
[[https://github-com/ben-manes/caffeine[caffeine]-backed-loadbalancer-cache-implementation]]
66+
[[caffeine-backed-loadbalancer-cache-implementation]]
6767
=== https://github.com/ben-manes/caffeine[Caffeine]-backed LoadBalancer Cache Implementation
6868

6969
If you have `com.github.ben-manes.caffeine:caffeine` in the classpath, Caffeine-based implementation will be used.

0 commit comments

Comments
 (0)