From 79364dbbdcc305cf411719d0ea53345b5048d53c Mon Sep 17 00:00:00 2001 From: mleers Date: Tue, 19 Apr 2022 17:37:02 -0700 Subject: [PATCH] Fix # 650: Replace broken weighted round robin link (#651) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54edea4..9d47277 100644 --- a/README.md +++ b/README.md @@ -597,7 +597,7 @@ DNS is hierarchical, with a few authoritative servers at the top level. Your ro Services such as [CloudFlare](https://www.cloudflare.com/dns/) and [Route 53](https://aws.amazon.com/route53/) provide managed DNS services. Some DNS services can route traffic through various methods: -* [Weighted round robin](https://www.g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb) +* [Weighted round robin](https://www.jscape.com/blog/load-balancing-algorithms) * Prevent traffic from going to servers under maintenance * Balance between varying cluster sizes * A/B testing