From 8f1987fa27bc5159775667d8747cff029f74fca3 Mon Sep 17 00:00:00 2001 From: Ido Ophir Date: Mon, 7 Apr 2025 11:23:25 +0300 Subject: [PATCH] [Imported] Fix broken link in "How to ace a systems design interview" (#1031) (#483) * Fix broken link in "How to ace a systems design interview" (#1031) * Update README.md --------- Co-authored-by: Samuel Richardson --- README-ja.md | 2 +- README-zh-Hans.md | 2 +- README-zh-TW.md | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-ja.md b/README-ja.md index 5c3add0f..ed4b5baf 100644 --- a/README-ja.md +++ b/README-ja.md @@ -276,7 +276,7 @@ 以下のリンク先ページを見てどのような質問を投げかけられるか概要を頭に入れておきましょう: -* [システム設計面接で成功するには?](https://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview/) +* [システム設計面接で成功するには?](https://web.archive.org/web/20210505130322/https://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview/) * [システム設計面接](http://www.hiredintech.com/system-design) * [アーキテクチャ、システム設計面接への導入](https://www.youtube.com/watch?v=ZgdS0EUmn70) diff --git a/README-zh-Hans.md b/README-zh-Hans.md index 7c51432c..0daf687d 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -280,7 +280,7 @@ 查看下面的链接以获得我们期望的更好的想法: -* [怎样通过一个系统设计的面试](https://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview/) +* [怎样通过一个系统设计的面试](https://web.archive.org/web/20210505130322/https://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview/) * [系统设计的面试](http://www.hiredintech.com/system-design) * [系统架构与设计的面试简介](https://www.youtube.com/watch?v=ZgdS0EUmn70) diff --git a/README-zh-TW.md b/README-zh-TW.md index 030e7763..820b59f9 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -276,7 +276,7 @@ 查看以下的連結獲得更好的做法: -* [如何在系統設計的面試中勝出](https://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview/) +* [如何在系統設計的面試中勝出](https://web.archive.org/web/20210505130322/https://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview/) * [系統設計的面試](http://www.hiredintech.com/system-design) * [系統架構與設計的面試介紹](https://www.youtube.com/watch?v=ZgdS0EUmn70) diff --git a/README.md b/README.md index b0a8b0a4..bdeb6ee4 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,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://web.archive.org/web/20190103232449/http://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview) +* [How to ace a systems design interview](https://web.archive.org/web/20210505130322/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)