diff --git a/AUTHORS.txt b/AUTHORS.txt index 7acafd7..f311978 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -12,5 +12,5 @@ Ludovic Rousseau : 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 diff --git a/hidapi/hidapi.h b/hidapi/hidapi.h index 68b7915..ca43bcd 100644 --- a/hidapi/hidapi.h +++ b/hidapi/hidapi.h @@ -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 diff --git a/libusb/hid.c b/libusb/hid.c index d3de159..2987939 100644 --- a/libusb/hid.c +++ b/libusb/hid.c @@ -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 */ diff --git a/linux/hid.c b/linux/hid.c index aca1d0f..b1747a8 100644 --- a/linux/hid.c +++ b/linux/hid.c @@ -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 */ diff --git a/mac/hid.c b/mac/hid.c index 278518a..3f79016 100644 --- a/mac/hid.c +++ b/mac/hid.c @@ -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. */ diff --git a/windows/hid.c b/windows/hid.c index 2e7f874..c31af30 100755 --- a/windows/hid.c +++ b/windows/hid.c @@ -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