From d7ba0be9d431386309c2c008002346aa925e2c2f Mon Sep 17 00:00:00 2001 From: mike w Date: Fri, 13 Sep 2013 09:33:53 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48bc997..8eb68c9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 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 [http://usb-serial-for-android.googlecode.com/git/CHANGELOG.txt CHANGELOG]) +* **Latest release**: v0.1.0 (November 13, 2012, see [CHANGELOG](https://github.com/mik3y/usb-serial-for-android/blob/master/CHANGELOG.txt)mas) ## Quick Start @@ -62,10 +62,10 @@ if (driver != null) { ``` For a more complete example, see the -[UsbSerialExamples project](https://github.com/mik3y/usb-serial-for-android/master/UsbSerialExamples) +[UsbSerialExamples project](https://github.com/mik3y/usb-serial-for-android/blob/master/UsbSerialExamples) in git, which is a simple application for reading and showing serial data. -A [simple Arduino application](https://github.com/mik3y/usb-serial-for-android/master/arduino) +A [simple Arduino application](https://github.com/mik3y/usb-serial-for-android/blob/master/arduino) is also available which can be used for testing. ## Compatible Devices