From f1b09477d1a35bc2eeee7f84c965a88276ee8628 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 28 Aug 2019 17:09:36 -0400 Subject: [PATCH] Adding links to circuit breaker docs for hystrix --- docs/src/main/asciidoc/spring-cloud-circuitbreaker.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-circuitbreaker.adoc b/docs/src/main/asciidoc/spring-cloud-circuitbreaker.adoc index e1d3c4a3..809e7eda 100755 --- a/docs/src/main/asciidoc/spring-cloud-circuitbreaker.adoc +++ b/docs/src/main/asciidoc/spring-cloud-circuitbreaker.adoc @@ -79,4 +79,7 @@ that caused the failure. You can configure your circuit breakers using by creating beans of type `Customizer`. The `Customizer` interface has a single method called `customize` that takes in the `Object` to customize. -// TODO link to implementation docs \ No newline at end of file +For detailed information on how to customize a given implementation see +the links below + +* [Hystrix](../spring-cloud-netflix/reference/html/#_circuit_breaker_spring_cloud_circuit_breaker_with_hystrix) \ No newline at end of file