From 7303b65980bd34b646121cdba9398876a9dedf7b Mon Sep 17 00:00:00 2001 From: Justas Date: Fri, 3 Nov 2023 20:29:52 +0200 Subject: [PATCH] Fix broken link for Volume 2 Chapter 2 Use the new link for the article **Redis Pub/Sub under the hood**: https://jameshfisher.com/2017/03/01/redis-pubsub-under-the-hood/ --- system_design_links_vol2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_design_links_vol2.md b/system_design_links_vol2.md index e88b7d0..147a85a 100644 --- a/system_design_links_vol2.md +++ b/system_design_links_vol2.md @@ -39,7 +39,7 @@ Reference Materials for System Design Interview - An Insider's Guide (Volume 2) [1] Facebook Launches “Nearby Friends”. https://techcrunch.com/2014/04/17/facebook-nearby-friends/. [2] Redis Pub/Sub. https://redis.io/topics/pubsub. -[3] Redis Pub/Sub under the hood. https://making.pusher.com/redis-pubsub-under-the-hood/. +[3] Redis Pub/Sub under the hood. https://jameshfisher.com/2017/03/01/redis-pubsub-under-the-hood/. [4] etcd. https://etcd.io/. [5] ZooKeeper. https://zookeeper.apache.org/. [6] Consistent hashingones. https://www.toptal.com/big-data/consistent-hashing.