From 1483e39b11a85258444746285d6cd6d4b3584ca4 Mon Sep 17 00:00:00 2001 From: Ilya Smelkov Date: Fri, 16 Dec 2016 13:05:46 +0300 Subject: [PATCH] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0df14b..e07979b 100644 --- a/README.md +++ b/README.md @@ -516,7 +516,7 @@ Each day I take one subject from the list below, watch videos about that subject - and write tests to ensure I'm doing it right, sometimes just using simple assert() statements - You may do Java or something else, this is just my thing. -You don't need all these. You need only [one language for the interview]((#pick-one-language-for-the-interview)). +You don't need all these. You need only [one language for the interview](#pick-one-language-for-the-interview). Why code in all of these? - Practice, practice, practice, until I'm sick of it, and can do it with no problem (some have many edge cases and bookkeeping details to remember)