From 2a0e42d29fc0783c76d0a3d053adf910c3c4d145 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Wed, 28 Aug 2024 09:50:54 +0530 Subject: [PATCH] Update websockets article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebac7f4..00a5b25 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This repository contains resources to learn System Design concepts and prepare f - [Proxy Server](https://www.fortinet.com/resources/cyberglossary/proxy-server) - [Message Queues](https://blog.algomaster.io/p/message-queues) - [Checksums](https://blog.algomaster.io/p/what-are-checksums) -- [WebSockets](https://blog.algomaster.io/p/ba0b6155-21a1-4661-8b9e-2ccacce4fb98) +- [WebSockets](https://blog.algomaster.io/p/websockets) - [Bloom Filters](https://www.enjoyalgorithms.com/blog/bloom-filter) - [API Gateway](https://www.nginx.com/learn/api-gateway/) - [Microservices Guidelines](https://newsletter.systemdesign.one/p/netflix-microservices)