Solaris backend
[platform/upstream/libusb.git] / README.md
index 44e6a9a..21f0239 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,16 +1,18 @@
 # libusb
 
 [![Build Status](https://travis-ci.org/libusb/libusb.svg?branch=master)](https://travis-ci.org/libusb/libusb)
+[![Build status](https://ci.appveyor.com/api/projects/status/xvrfam94jii4a6lw?svg=true)](https://ci.appveyor.com/project/LudovicRousseau/libusb)
+[![Coverity Scan Build Status](https://scan.coverity.com/projects/2180/badge.svg)](https://scan.coverity.com/projects/libusb-libusb)
 
 libusb is a library for USB device access from Linux, Mac OS X,
 Windows, OpenBSD/NetBSD and Haiku userspace.
 It is written in C (Haiku backend in C++) and licensed under the GNU
 Lesser General Public License version 2.1 or, at your option, any later
-version (see COPYING).
+version (see [COPYING](COPYING)).
 
 libusb is abstracted internally in such a way that it can hopefully
-be ported to other operating systems. Please see the PORTING file
-for more information.
+be ported to other operating systems. Please see the [PORTING](PORTING)
+file for more information.
 
 libusb homepage:
 http://libusb.info/