aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2016-02-25 13:53:05 -0800
committerChris Dickens <christopher.a.dickens@gmail.com>2016-02-25 13:53:05 -0800
commit42c8f9d87005a853e61f5f1ea194b56a383cdf86 (patch)
treee25a5dd58b5a262306c9c71223c603ac8aabeb2b /README.md
parent66ceb53f3c9a9b624d08892ebb45e18006500afa (diff)
downloadlibusb-42c8f9d87005a853e61f5f1ea194b56a383cdf86.tar.gz
Misc: Add markdown references for COPYING and PORTING files
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 44e6a9a..96c8dde 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,11 @@ 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/