From 937655a2865a292e1d4c01032fdc3b91fd1f796f Mon Sep 17 00:00:00 2001 From: Vinay Mayavanshi <75678393+VinayMayavanshi13@users.noreply.github.com> Date: Sat, 11 Feb 2023 10:01:18 +0530 Subject: [PATCH] Solved issue #683 The broken link used to takes us to the Palantir.com. Now the original blog no more exists but I have included the Y Combinator link where people had discussion on the content written on the broken link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c2f2dbc..db5719d9 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ You might be asked to do some estimates by hand. Refer to the [Appendix](#appen Check out the following links to get a better idea of what to expect: -* [How to ace a systems design interview](https://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview/) +* [How to ace a systems design interview](https://news.ycombinator.com/item?id=3177987) * [The system design interview](http://www.hiredintech.com/system-design) * [Intro to Architecture and Systems Design Interviews](https://www.youtube.com/watch?v=ZgdS0EUmn70) * [System design template](https://leetcode.com/discuss/career/229177/My-System-Design-Template)