From e7c4cd566971ee0c285b05c469e61e0993543edc Mon Sep 17 00:00:00 2001 From: akashhansda <99724223+akashhansda@users.noreply.github.com> Date: Thu, 31 Mar 2022 06:42:41 +0530 Subject: [PATCH] Update README.md (#41) Use https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbc2376..590bf95 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ gobreaker ========= -[![GoDoc](https://godoc.org/github.com/sony/gobreaker?status.svg)](http://godoc.org/github.com/sony/gobreaker) +[![GoDoc](https://godoc.org/github.com/sony/gobreaker?status.svg)](https://godoc.org/github.com/sony/gobreaker) [gobreaker][repo-url] implements the [Circuit Breaker pattern](https://msdn.microsoft.com/en-us/library/dn589784.aspx) in Go.