From c4c8e24a552f946c503a7ebc741034321b892955 Mon Sep 17 00:00:00 2001 From: Forrest Wallace Date: Wed, 18 May 2022 11:09:51 -0400 Subject: [PATCH] Remove broken link. "How to ace a systems design interview" points to a page that no longer exists. I did a brief search to see if someone had duplicated the content elsewhere but did not find anything. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 952c7fbe..6c6280a7 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,6 @@ 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/) * [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)