From ee9476d42f0d1a1186582080f14cf4ae378c2524 Mon Sep 17 00:00:00 2001 From: debashiskayal Date: Mon, 22 Nov 2021 04:13:10 +0530 Subject: [PATCH] Updated Readme.md Scalability section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f009ae8c..b3fdc516 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,7 @@ Check out the following links to get a better idea of what to expect: ### Design the data structures for a social network -[View exercise and solution](solutions/system_design/social_graph/README.md) +[View exercise and solution]( ocial_graph/README.md) ![Imgur](images/cdCv5g7.png) @@ -421,7 +421,7 @@ Another way to look at performance vs scalability: ### Source(s) and further reading * [A word on scalability](http://www.allthingsdistributed.com/2006/03/a_word_on_scalability.html) -* [Scalability, availability, stability, patterns](http://www.slideshare.net/jboner/scalability-availability-stability-patterns/) +* [Scalability, availability, stability, patterns](http://www.slideshare.net/jboner/scalability-availability-stability-patterns/) [presentation here] (system-design-primer/resources/documents/)[and video here](https://www.youtube.com/watch?v=DihXpZ9xR8E) ## Latency vs throughput