From dff007647104b6aad2cf80afd6a283910c8cd5af Mon Sep 17 00:00:00 2001 From: Vasil Vanchuk Date: Fri, 5 Jan 2024 08:09:03 +0300 Subject: [PATCH 1/4] doc: use links to raw apkg files --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f41e7bd..0ba76fad 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ Additional topics for interview prep: The provided [Anki flashcard decks](https://apps.ankiweb.net/) use spaced repetition to help you retain key system design concepts. -* [System design deck](https://github.com/donnemartin/system-design-primer/tree/master/resources/flash_cards/System%20Design.apkg) -* [System design exercises deck](https://github.com/donnemartin/system-design-primer/tree/master/resources/flash_cards/System%20Design%20Exercises.apkg) -* [Object oriented design exercises deck](https://github.com/donnemartin/system-design-primer/tree/master/resources/flash_cards/OO%20Design.apkg) +* [System design deck](https://github.com/donnemartin/system-design-primer/raw/master/resources/flash_cards/System%20Design.apkg) +* [System design exercises deck](https://github.com/donnemartin/system-design-primer/raw/master/resources/flash_cards/System%20Design%20Exercises.apkg) +* [Object oriented design exercises deck](https://github.com/donnemartin/system-design-primer/raw/master/resources/flash_cards/OO%20Design.apkg) Great for use while on-the-go. @@ -69,7 +69,7 @@ Looking for resources to help you prep for the [**Coding Interview**](https://gi Check out the sister repo [**Interactive Coding Challenges**](https://github.com/donnemartin/interactive-coding-challenges), which contains an additional Anki deck: -* [Coding deck](https://github.com/donnemartin/interactive-coding-challenges/tree/master/anki_cards/Coding.apkg) +* [Coding deck](https://github.com/donnemartin/interactive-coding-challenges/raw/master/anki_cards/Coding.apkg) ## Contributing From 363eb728ac28d96c715bbc29824ca65250c45110 Mon Sep 17 00:00:00 2001 From: Vasil Vanchuk Date: Fri, 5 Jan 2024 08:09:21 +0300 Subject: [PATCH 2/4] zh-TW: doc: use links to raw apkg files --- README-zh-TW.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README-zh-TW.md b/README-zh-TW.md index d805e7e0..fc1bb31c 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -50,9 +50,9 @@ 底下提供的[學習單字卡](https://apps.ankiweb.net/)以每隔一段時間間隔出現的方式,幫助你學習系統設計的概念。 -* [系統設計單字卡](resources/flash_cards/System%20Design.apkg) -* [系統設計練習單字卡](resources/flash_cards/System%20Design%20Exercises.apkg) -* [物件導向設計練習單字卡](resources/flash_cards/OO%20Design.apkg) +* [系統設計單字卡](https://github.com/donnemartin/system-design-primer/raw/master/resources/flash_cards/System%20Design.apkg) +* [系統設計練習單字卡](https://github.com/donnemartin/system-design-primer/raw/master/resources/flash_cards/System%20Design%20Exercises.apkg) +* [物件導向設計練習單字卡](https://github.com/donnemartin/system-design-primer/raw/master/resources/flash_cards/OO%20Design.apkg) 這些是非常棒的學習資源,隨時都可以使用。 @@ -67,7 +67,7 @@ 請參考 [**互動程式語言學習挑戰**](https://github.com/donnemartin/interactive-coding-challenges),當中還包含了底下的學習單字卡: -* [程式語言學習單卡](https://github.com/donnemartin/interactive-coding-challenges/tree/master/anki_cards/Coding.apkg) +* [程式語言學習單卡](https://github.com/donnemartin/interactive-coding-challenges/raw/master/anki_cards/Coding.apkg) ## 如何貢獻 From 753bd1e48d9bb02743a377b34651a2c0268a40e8 Mon Sep 17 00:00:00 2001 From: Vasil Vanchuk Date: Fri, 5 Jan 2024 08:09:43 +0300 Subject: [PATCH 3/4] zh-Hans: doc: use links to raw apkg files --- README-zh-Hans.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README-zh-Hans.md b/README-zh-Hans.md index 368f588a..41055f25 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -55,9 +55,9 @@ 这里提供的[抽认卡堆](https://apps.ankiweb.net/)使用间隔重复的方法,帮助你记忆关键的系统设计概念。 -* [系统设计的卡堆](resources/flash_cards/System%20Design.apkg) -* [系统设计的练习卡堆](resources/flash_cards/System%20Design%20Exercises.apkg) -* [面向对象设计的练习卡堆](resources/flash_cards/OO%20Design.apkg) +* [系统设计的卡堆](https://github.com/donnemartin/system-design-primer/raw/master/resources/flash_cards/System%20Design.apkg) +* [系统设计的练习卡堆](https://github.com/donnemartin/system-design-primer/raw/master/resources/flash_cards/System%20Design%20Exercises.apkg) +* [面向对象设计的练习卡堆](https://github.com/donnemartin/system-design-primer/raw/master/resources/flash_cards/OO%20Design.apkg) 随时随地都可使用。 @@ -72,7 +72,7 @@ 请查看我们的姐妹仓库[**互动式编程挑战**](https://github.com/donnemartin/interactive-coding-challenges),其中包含了一个额外的抽认卡堆: -* [代码卡堆](https://github.com/donnemartin/interactive-coding-challenges/tree/master/anki_cards/Coding.apkg) +* [代码卡堆](https://github.com/donnemartin/interactive-coding-challenges/raw/master/anki_cards/Coding.apkg) ## 贡献 From 19a18fb2495e1d659e064a03f884cf867fd3b3c5 Mon Sep 17 00:00:00 2001 From: Vasil Vanchuk Date: Fri, 5 Jan 2024 08:10:10 +0300 Subject: [PATCH 4/4] ja: doc: use links to raw apkg files --- README-ja.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README-ja.md b/README-ja.md index 0f003b2d..168cdd37 100644 --- a/README-ja.md +++ b/README-ja.md @@ -50,9 +50,9 @@ この[Anki用フラッシュカードデッキ](https://apps.ankiweb.net/) は、間隔反復を活用して、システム設計のキーコンセプトの学習を支援します。 -* [システム設計デッキ](resources/flash_cards/System%20Design.apkg) -* [システム設計練習課題デッキ](resources/flash_cards/System%20Design%20Exercises.apkg) -* [オブジェクト指向練習課題デッキ](resources/flash_cards/OO%20Design.apkg) +* [システム設計デッキ](https://github.com/donnemartin/system-design-primer/raw/master/resources/flash_cards/System%20Design.apkg) +* [システム設計練習課題デッキ](https://github.com/donnemartin/system-design-primer/raw/master/resources/flash_cards/System%20Design%20Exercises.apkg) +* [オブジェクト指向練習課題デッキ](https://github.com/donnemartin/system-design-primer/raw/master/resources/flash_cards/OO%20Design.apkg) 外出先や移動中の勉強に役立つでしょう。 @@ -67,7 +67,7 @@ 姉妹リポジトリの [**Interactive Coding Challenges**](https://github.com/donnemartin/interactive-coding-challenges)も見てみてください。追加の暗記デッキカードも入っています。 -* [Coding deck](https://github.com/donnemartin/interactive-coding-challenges/tree/master/anki_cards/Coding.apkg) +* [Coding deck](https://github.com/donnemartin/interactive-coding-challenges/raw/master/anki_cards/Coding.apkg) ## コントリビュート