From ddfa925c008196399941a37d9872a736bc509351 Mon Sep 17 00:00:00 2001 From: Stijn Verrept Date: Wed, 27 Apr 2022 10:56:06 +0200 Subject: [PATCH] Fixed link to blog post The link to the blog post wasn't correct anymore. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b532da3..ad76a5d 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ class ExponentialBackoffWorker end ``` -For a more detailed explanation of how the backoff handler works, check out the [blog post](https://m.alphasights.com/exponential-backoff-with-rabbitmq-78386b9bec81) we wrote about it. +For a more detailed explanation of how the backoff handler works, check out the [blog post](https://www.brianstorti.com/rabbitmq-exponential-backoff/) we wrote about it. ## Installation