From c0597e4f15503f82dcf330bee16718b418164d94 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 23 Dec 2022 12:38:23 +0400 Subject: [PATCH] Fix dead link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8801fc2..2c4971ae 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://constellix.com/news/load-balancing-round-robin-vs-weighted-round-robin) * [Layer 4](#layer-4-load-balancing) * [Layer 7](#layer-7-load-balancing)