Skip to content

Commit 93dca80

Browse files
aeikumQbicz
authored andcommitted
Update more repository URLs
1 parent e4ad5ec commit 93dca80

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

AUTHORS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Ludovic Rousseau <[email protected]>:
1212

1313

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

hidapi/hidapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
files located at the root of the source distribution.
1818
These files may also be found in the public source
1919
code repository located at:
20-
http://github.com/signal11/hidapi .
20+
https://github.com/libusb/hidapi .
2121
********************************************************/
2222

2323
/** @file

libusb/hid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
files located at the root of the source distribution.
2121
These files may also be found in the public source
2222
code repository located at:
23-
http://github.com/signal11/hidapi .
23+
https://github.com/libusb/hidapi .
2424
********************************************************/
2525

2626
#define _GNU_SOURCE /* needed for wcsdup() before glibc 2.10 */

linux/hid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
files located at the root of the source distribution.
1919
These files may also be found in the public source
2020
code repository located at:
21-
http://github.com/signal11/hidapi .
21+
https://github.com/libusb/hidapi .
2222
********************************************************/
2323

2424
/* C */

mac/hid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
files located at the root of the source distribution.
1818
These files may also be found in the public source
1919
code repository located at:
20-
http://github.com/signal11/hidapi .
20+
https://github.com/libusb/hidapi .
2121
********************************************************/
2222

2323
/* See Apple Technical Note TN2187 for details on IOHidManager. */

windows/hid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
files located at the root of the source distribution.
1818
These files may also be found in the public source
1919
code repository located at:
20-
http://github.com/signal11/hidapi .
20+
https://github.com/libusb/hidapi .
2121
********************************************************/
2222

2323
#include <windows.h>

0 commit comments

Comments
 (0)