Skip to content

Commit

Permalink
Update more repository URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
aeikum authored and Qbicz committed Jul 25, 2019
1 parent e4ad5ec commit 93dca80
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Ludovic Rousseau <rousseau@debian.org>:


For a comprehensive list of contributions, see the commit list at github:
http://github.com/signal11/hidapi/commits/master
https://github.com/libusb/hidapi/commits/master

2 changes: 1 addition & 1 deletion hidapi/hidapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
files located at the root of the source distribution.
These files may also be found in the public source
code repository located at:
http://github.com/signal11/hidapi .
https://github.com/libusb/hidapi .
********************************************************/

/** @file
Expand Down
2 changes: 1 addition & 1 deletion libusb/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
files located at the root of the source distribution.
These files may also be found in the public source
code repository located at:
http://github.com/signal11/hidapi .
https://github.com/libusb/hidapi .
********************************************************/

#define _GNU_SOURCE /* needed for wcsdup() before glibc 2.10 */
Expand Down
2 changes: 1 addition & 1 deletion linux/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
files located at the root of the source distribution.
These files may also be found in the public source
code repository located at:
http://github.com/signal11/hidapi .
https://github.com/libusb/hidapi .
********************************************************/

/* C */
Expand Down
2 changes: 1 addition & 1 deletion mac/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
files located at the root of the source distribution.
These files may also be found in the public source
code repository located at:
http://github.com/signal11/hidapi .
https://github.com/libusb/hidapi .
********************************************************/

/* See Apple Technical Note TN2187 for details on IOHidManager. */
Expand Down
2 changes: 1 addition & 1 deletion windows/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
files located at the root of the source distribution.
These files may also be found in the public source
code repository located at:
http://github.com/signal11/hidapi .
https://github.com/libusb/hidapi .
********************************************************/

#include <windows.h>
Expand Down

0 comments on commit 93dca80

Please sign in to comment.