From 6755c9b8dc668472b5e74a4d5de2ac66b0acb8e0 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Sun, 5 May 2024 21:15:35 -0700 Subject: [PATCH] Update Checksum article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c33fc97..1855e95 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Learn System Design concepts and prepare for interviews using free resources. - [Bloom Filters](https://www.enjoyalgorithms.com/blog/bloom-filter) - [API Gateway](https://www.nginx.com/learn/api-gateway/) - [Distributed Locking](https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html) -- [Checksum](https://www.lifewire.com/what-does-checksum-mean-2625825) +- [Checksum](https://newsletter.ashishps.com/p/6e505422-4291-4b21-99aa-9584c1b0b0b7) ## 🖇️ System Design Architectural Patterns - [Client-Server Architecture](https://www.redswitches.com/blog/client-server-architecture/)