From ebd93d8d20e3e9bc431a1c8d9b65d3833035286e Mon Sep 17 00:00:00 2001 From: BhuYadav <62826619+BhuYadav@users.noreply.github.com> Date: Wed, 4 May 2022 11:48:53 -0400 Subject: [PATCH] Update README.md Changed the round robin link to https://g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb from https://www.g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb for https://github.com/donnemartin/system-design-primer/issues/672 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 952c7fbe..4b53ae46 100644 --- a/README.md +++ b/README.md @@ -686,7 +686,7 @@ Load balancers can route traffic based on various metrics, including: * Random * Least loaded * Session/cookies -* [Round robin or weighted round robin](https://www.g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb) +* [Round robin or weighted round robin](https://g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb) * [Layer 4](#layer-4-load-balancing) * [Layer 7](#layer-7-load-balancing)