From 008f4a258184981cead29011a45082f09f89b7b0 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Mon, 15 Apr 2024 07:07:20 -0700 Subject: [PATCH] update vertical vs horizontal scaling article link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92a3207..caa5b12 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This repository contains resources to learn System Design concepts and prepare f - [Top 15 Tradeoffs](https://newsletter.ashishps.com/p/system-design-top-15-trade-offs) ## 🛠️ System Design Building Blocks -- [Horizontal vs Vertical Scaling](https://www.spiceworks.com/tech/cloud/articles/horizontal-vs-vertical-cloud-scaling/) +- [Vertical vs Horizontal Scaling](https://newsletter.ashishps.com/p/system-design-vertical-vs-horizontal-scaling) - [Databases](https://newsletter.ashishps.com/p/15-types-of-databases-and-when-to) - [Content Delivery Network (CDN)](https://www.cloudflare.com/learning/cdn/what-is-a-cdn/) - [Domain Name System (DNS)](https://www.cloudflare.com/learning/dns/what-is-dns/)