From 9cadf0199277f9495c21705f74838bdb647c8eaa Mon Sep 17 00:00:00 2001 From: Aayush Raj <39294184+raj-aayush@users.noreply.github.com> Date: Sat, 23 Nov 2024 13:43:36 -0800 Subject: [PATCH] [Vol 1][Chapter 5] Fix broken link for Discord's blog --- system_design_links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_design_links.md b/system_design_links.md index 096a8a1..9616ce4 100644 --- a/system_design_links.md +++ b/system_design_links.md @@ -51,7 +51,7 @@ Reference Materials for System Design Interview - An Insider's Guide (Volume 1) [[2] Consistent Hashing](https://tom-e-white.com/2007/11/consistent-hashing.html) [[3] Dynamo - Amazon's Highly Available Key-value Store](https://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf) [[4] Cassandra - A Decentralized Structured Storage System](http://www.cs.cornell.edu/Projects/ladis2009/papers/Lakshman-ladis2009.PDF) -[[5] How Discord Scaled Elixir to 5,000,000 Concurrent Users](https://blog.discord.com/scaling-elixir-f9b8e1e7c29b) +[[5] How Discord Scaled Elixir to 5,000,000 Concurrent Users](https://discord.com/blog/how-discord-scaled-elixir-to-5-000-000-concurrent-users) [[6] CS168 - The Modern Algorithmic Toolbox Lecture #1: Introduction and Consistent Hashing](http://theory.stanford.edu/~tim/s16/l/l1.pdf) [[7] Maglev - A Fast and Reliable Software Network Load Balancer](https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44824.pdf)