From 2f1d138c8d6d4b578b882aaa45461cfcd86c432c Mon Sep 17 00:00:00 2001 From: Shubham Singhal Date: Fri, 6 Sep 2019 15:38:03 +0530 Subject: [PATCH] Fix broken Instagram URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28c6679..796408c 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Deduplication at Segment](https://segment.com/blog/exactly-once-delivery/) * [Deduplication at Mail.Ru](https://medium.com/@andrewsumin/efficient-storage-how-we-went-down-from-50-pb-to-32-pb-99f9c61bf6b4) * [Distributed Searching](http://nwds.cs.washington.edu/files/nwds/pdf/Distributed-WR.pdf) - * [Search Architecture of Instagram](https://engineering.instagram.com/search-architecture-eeb34a936d3a) + * [Search Architecture of Instagram](https://instagram-engineering.com/search-architecture-eeb34a936d3a) * [Search Architecture of eBay](http://www.cs.otago.ac.nz/homepages/andrew/papers/2017-8.pdf) * [Improving Search Engine Efficiency by over 25% at eBay](https://www.ebayinc.com/stories/blogs/tech/making-e-commerce-search-faster/) * [Indexing and Querying Telemetry Logs with Lucene at Palantir](https://medium.com/palantir/indexing-and-querying-telemetry-logs-with-lucene-234c5ce3e5f3)