From fe060248a7a51fa2e31318852048ec2fa5ce044b Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Sat, 17 Aug 2024 21:27:04 -0700 Subject: [PATCH] Update message queues article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48f96a4..3dc0df4 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ This repository contains resources to learn System Design concepts and prepare f - [Database Architectures](https://www.mongodb.com/developer/products/mongodb/active-active-application-architectures/) - [Failover](https://avinetworks.com/glossary/failover/) - [Proxy Server](https://www.fortinet.com/resources/cyberglossary/proxy-server) -- [Message Queues](https://blog.algomaster.io/p/7a468472-87f1-4b5c-98ba-cf2f1e0e193d) +- [Message Queues](https://blog.algomaster.io/p/message-queues) - [Checksums](https://blog.algomaster.io/p/what-are-checksums) - [WebSockets](https://www.pubnub.com/guides/websockets/) - [Bloom Filters](https://www.enjoyalgorithms.com/blog/bloom-filter)