Skip to content

Commit

Permalink
Fix broken URL for libfreenect2 (#612)
Browse files Browse the repository at this point in the history
Signed-off-by: Benn Snyder <[email protected]>
  • Loading branch information
samyk authored Mar 10, 2020
1 parent 7398a41 commit fd3d159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb_libusb10.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ FN_INTERNAL int fnusb_num_devices(freenect_context *ctx)
}
else if (desc.idProduct == PID_KV2_CAMERA)
{
FN_NOTICE("Skipping Kinect v2 device (needs https://github.com/libfreenect2).\n");
FN_NOTICE("Skipping Kinect v2 device (needs https://github.com/OpenKinect/libfreenect2).\n");
}
}
}
Expand Down

0 comments on commit fd3d159

Please sign in to comment.