From 425ede000f8c5d03d686c75cfde36c768c3c28e3 Mon Sep 17 00:00:00 2001 From: Benjamin Reynolds Date: Thu, 13 Apr 2017 11:36:58 -0500 Subject: [PATCH] Fix a few broken markdown links Sometime in the last month or so several markdown links broke across all of github, likely due to a change to the way that they parse markdown. This PR fixes the affected links that I found here. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2f9bbb..5fa8bf9 100644 --- a/README.md +++ b/README.md @@ -466,9 +466,9 @@ Why code in all of these? I may not have time to do all of these for every subject, but I'll try. You can see my code here: - - [C] (https://github.com/jwasham/practice-c) - - [C++] (https://github.com/jwasham/practice-cpp) - - [Python] (https://github.com/jwasham/practice-python) + - [C](https://github.com/jwasham/practice-c) + - [C++](https://github.com/jwasham/practice-cpp) + - [Python](https://github.com/jwasham/practice-python) You don't need to memorize the guts of every algorithm.