Skip to content

Commit

Permalink
stability/circuit-breaker: fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrts committed Oct 20, 2016
1 parent 4f5c36f commit 089bb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stability/circuit-breaker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 089bb2a

Please sign in to comment.