From 089bb2acbd68eb2ab5268457fcd0bda267be4c29 Mon Sep 17 00:00:00 2001 From: Tamer Tas Date: Thu, 20 Oct 2016 06:43:10 +0300 Subject: [PATCH] stability/circuit-breaker: fix broken link --- stability/circuit-breaker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stability/circuit-breaker.md b/stability/circuit-breaker.md index cb8f580..66b0487 100644 --- a/stability/circuit-breaker.md +++ b/stability/circuit-breaker.md @@ -99,4 +99,4 @@ func Breaker(c Circuit, failureThreshold uint32) Circuit { ## Related Works -- [sony/gobreaker](https://github.com/sony/go-breaker) is a well-tested and intuitive circuit breaker implementation for real-world use cases. +- [sony/gobreaker](https://github.com/sony/gobreaker) is a well-tested and intuitive circuit breaker implementation for real-world use cases.