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.
This commit is contained in:
Benjamin Reynolds 2017-04-13 11:36:58 -05:00 committed by GitHub
parent 282afa304b
commit 425ede000f
1 changed files with 3 additions and 3 deletions

View File

@ -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.