From dff007647104b6aad2cf80afd6a283910c8cd5af Mon Sep 17 00:00:00 2001 From: Vasil Vanchuk Date: Fri, 5 Jan 2024 08:09:03 +0300 Subject: [PATCH] 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 7f41e7b..0ba76fa 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