From 5e155309b85bfe04d1a8020a283f2b9998ae5755 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 28 Aug 2019 19:03:21 -0400 Subject: [PATCH] Fixing relative link --- docs/src/main/asciidoc/spring-cloud-circuitbreaker.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-circuitbreaker.adoc b/docs/src/main/asciidoc/spring-cloud-circuitbreaker.adoc index 29528b74..1a0fab43 100755 --- a/docs/src/main/asciidoc/spring-cloud-circuitbreaker.adoc +++ b/docs/src/main/asciidoc/spring-cloud-circuitbreaker.adoc @@ -82,4 +82,4 @@ The `Customizer` interface has a single method called `customize` that takes in For detailed information on how to customize a given implementation see the links below -* link:../spring-cloud-netflix/reference/html/#_circuit_breaker_spring_cloud_circuit_breaker_with_hystrix[Hystrix] \ No newline at end of file +* link:../../../spring-cloud-netflix/reference/html/#_circuit_breaker_spring_cloud_circuit_breaker_with_hystrix[Hystrix] \ No newline at end of file