From 5c8a6556a9e138023dfdf7131082b779b6a83cb8 Mon Sep 17 00:00:00 2001 From: mike w Date: Mon, 3 Mar 2014 23:44:06 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e236f8..db956d4 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ functions for use with your own protocols. * **Homepage**: https://github.com/mik3y/usb-serial-for-android * **Google group**: http://groups.google.com/group/usb-serial-for-android -* **Latest release**: v0.1.0 (November 13, 2012, see [CHANGELOG](https://github.com/mik3y/usb-serial-for-android/blob/master/CHANGELOG.txt)) +* **Latest release**: [v0.1.0](https://github.com/mik3y/usb-serial-for-android/releases) ## Quick Start -**1.** Download [usb-serial-for-android-v010.jar](http://usb-serial-for-android.googlecode.com/files/usb-serial-for-android-v010.jar) +**1.** Download [usb-serial-for-android-v010.jar](https://github.com/mik3y/usb-serial-for-android/releases/download/v0.1.0/usb-serial-for-android-v010.jar) **2.** Copy the jar to your Android project's `libs/` directory. (See [Android's FAQ](http://developer.android.com/guide/faq/commontasks.html#addexternallibrary) for help).