From 5d9b462e2cce4cd54f677cc356767a482c5e1d14 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 22 May 2020 13:37:52 +0800 Subject: [PATCH] Update circuit-breaker.md --- 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 cd90036..98d7328 100644 --- a/stability/circuit-breaker.md +++ b/stability/circuit-breaker.md @@ -12,7 +12,7 @@ document. ## Implementation Below is the implementation of a very simple circuit breaker to illustrate the purpose -of the circuit breaker design pattern. +of the circuit breaker design pattern for [Circuit Breaker Pattern](https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn589784(v=pandp.10)?redirectedfrom=MSDN) ### Operation Counter