From 51a8923fbe18399a88fdfd146a1b28a877648026 Mon Sep 17 00:00:00 2001
From: John Washam <john@readyprompt.com>
Date: Wed, 14 Sep 2016 11:02:52 -0700
Subject: [PATCH] Updated link.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5b6d188..47f877f 100644
--- a/README.md
+++ b/README.md
@@ -948,7 +948,7 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
             - Timelines at Scale: https://www.infoq.com/presentations/Twitter-Timeline-Scalability
     - [x] Practicing the system design process: Here are some ideas to try working through on paper, each with some documentation on how it was handled in the real world:
         - review: System Design from HiredInTech: http://www.hiredintech.com/system-design/
-        - [cheat sheet](https://github.com/jwasham/google-interview-university/blob/master/extras/cheat%20sheets/system-design.pdf)
+        - cheat sheet: https://github.com/jwasham/google-interview-university/blob/master/extras/cheat%20sheets/system-design.pdf
         - flow:
             1. Understand the problem and scope:
                 - define the use cases, with interviewer's help