From e96dc9794e1a05ebd7b90a863b3d3834bc5242a0 Mon Sep 17 00:00:00 2001 From: Nikita Ostrovsky <105110281+nikostro@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:08:20 +0300 Subject: [PATCH] FIX: update broken Palantir link (404) to use WebArchive instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2285f36..9d40cb55 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://web.archive.org/web/20120721235348/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)