From a2ee0e98224b49dee4a665c2ca3ddea3d21ca618 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Tue, 30 Jul 2024 20:54:21 -0700 Subject: [PATCH] update CAP theorem article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9510947..d967c13 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository contains resources to learn System Design concepts and prepare f ## 📌 System Design Key Concepts - [Scalability](https://blog.algomaster.io/p/scalability) - [Availability](https://blog.algomaster.io/p/system-design-what-is-availability) -- [CAP Theorem](https://blog.algomaster.io/p/15f1d791-86ce-40ed-8269-962dbddbefdb) +- [CAP Theorem](https://blog.algomaster.io/p/cap-theorem-explained) - [ACID Transactions](https://blog.algomaster.io/p/ecae03ba-1930-42ef-8796-83e2fa818989) - [Consistent Hashing](https://highscalability.com/consistent-hashing-algorithm/) - [Rate Limiting](https://blog.algomaster.io/p/rate-limiting-algorithms-explained-with-code)