From 70bd2502c34e9852301400b68873740f005be4b7 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Sun, 3 Aug 2014 04:09:01 +0100 Subject: Fixed link markdown in readme --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7f575f5..a0f19f9 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,14 @@ Reasons Libraries Used ============== -- (Otto)[http://square.github.io/otto/] - Event Bus library for passing - data between threads +- [Otto](http://square.github.io/otto/) - Event Bus library for passing data between threads Tutorials/Resources Used ======================== -- (Javatechig - Image GridView)[http://javatechig.com/android/android-gridview-example-building-image-gallery-in-android] -- (Vogella - AsyncTask)[http://www.vogella.com/tutorials/AndroidBackgroundProcessing/article.html#concurrency_asynchtask3] -- (Volegga - JSON in Android)[http://www.vogella.com/tutorials/AndroidJSON/article.html] -- (Volegga - ListViews and Adapters)[http://www.vogella.com/tutorials/AndroidListView/article.html] -- (Baeldung - Apache HttpClient cookies)[http://www.baeldung.com/httpclient-4-cookies] -- (SimonVT - Using Otto for AsyncTask)[http://simonvt.net/2014/04/17/asynctask-is-bad-and-you-should-feel-bad/] +- [Javatechig - Image GridView](http://javatechig.com/android/android-gridview-example-building-image-gallery-in-android) +- [Vogella - AsyncTask](http://www.vogella.com/tutorials/AndroidBackgroundProcessing/article.html#concurrency_asynchtask3) +- [Volegga - JSON in Android](http://www.vogella.com/tutorials/AndroidJSON/article.html) +- [Volegga - ListViews and Adapters](http://www.vogella.com/tutorials/AndroidListView/article.html) +- [Baeldung - Apache HttpClient cookies](http://www.baeldung.com/httpclient-4-cookies) +- [SimonVT - Using Otto for AsyncTask](http://simonvt.net/2014/04/17/asynctask-is-bad-and-you-should-feel-bad/) \ No newline at end of file -- cgit v1.2.3