From c7f601195f26bd90ab6665cb3bde3e439e899f94 Mon Sep 17 00:00:00 2001 From: Nathan Esquenazi Date: Thu, 28 Nov 2013 15:09:49 -0800 Subject: [PATCH] Fix cliffnotes markdown link --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index a779f61b..b1bc5e99 100755 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -411,7 +411,7 @@ ###Android * [Google Android Developer Training](https://developer.android.com/training/index.html) -* [CodePath Android Cliffnotes] (https://github.com/thecodepath/android_guides/wiki) +* [CodePath Android Cliffnotes](https://github.com/thecodepath/android_guides/wiki) * [Coreservlets Android Programming Tutorial](http://www.coreservlets.com/android-tutorial/) * [Expert Android and Eclipse development knowledge](http://www.vogella.com/android.html) * [Styling Android](http://www.stylingandroid.com/) -- GitLab