summaryrefslogtreecommitdiff
path: root/usb/kmdf_fx2
diff options
context:
space:
mode:
Diffstat (limited to 'usb/kmdf_fx2')
-rw-r--r--usb/kmdf_fx2/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/kmdf_fx2/README.md b/usb/kmdf_fx2/README.md
index 54f9815a..9ce5f754 100644
--- a/usb/kmdf_fx2/README.md
+++ b/usb/kmdf_fx2/README.md
@@ -12,7 +12,7 @@ products:
The kmdf\_fx2 sample is a Kernel-Mode Driver Framework (KMDF) driver for the OSR USB-FX2 device. It includes a test app and sample device metadata.
-In the Windows Driver Kit (WDK), the osrusbfx2 sample demonstrates how to perform bulk and interrupt data transfers to an USB device. The sample was written for the [OSR USB-FX2 Learning Kit](http://www.osronline.com/hardware/OSRFX2_32.pdf).
+In the Windows Driver Kit (WDK), the osrusbfx2 sample demonstrates how to perform bulk and interrupt data transfers to an USB device. The sample was written for the [OSR USB-FX2 Learning Kit](https://www.osronline.com/hardware/OSRFX2_32.pdf).
The driver and sample device metadata also works with the [Custom driver access](https://code.msdn.microsoft.com/windowsapps/Custom-device-access-sample-43bde679) sample.