Skip to content

Commit 089bb2a

Browse files
committed
stability/circuit-breaker: fix broken link
1 parent 4f5c36f commit 089bb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stability/circuit-breaker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ func Breaker(c Circuit, failureThreshold uint32) Circuit {
9999

100100
## Related Works
101101

102-
- [sony/gobreaker](https://github.com/sony/go-breaker) is a well-tested and intuitive circuit breaker implementation for real-world use cases.
102+
- [sony/gobreaker](https://github.com/sony/gobreaker) is a well-tested and intuitive circuit breaker implementation for real-world use cases.

0 commit comments

Comments
 (0)