Skip to content

Commit 425ede0

Browse files
authored
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.
1 parent 282afa3 commit 425ede0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,9 @@ Why code in all of these?
466466
I may not have time to do all of these for every subject, but I'll try.
467467

468468
You can see my code here:
469-
- [C] (https://github.com/jwasham/practice-c)
470-
- [C++] (https://github.com/jwasham/practice-cpp)
471-
- [Python] (https://github.com/jwasham/practice-python)
469+
- [C](https://github.com/jwasham/practice-c)
470+
- [C++](https://github.com/jwasham/practice-cpp)
471+
- [Python](https://github.com/jwasham/practice-python)
472472

473473
You don't need to memorize the guts of every algorithm.
474474

0 commit comments

Comments
 (0)