summaryrefslogtreecommitdiff
path: root/usb/umdf_filter_kmdf
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2020-01-07 07:22:56 -0800
committerGitHub <[email protected]>2020-01-07 07:22:56 -0800
commit7d02cdb5827d646af591040b312eac75caae5e06 (patch)
treee9d0eba3c4692d38c5ba19192b45c08cb056ad85 /usb/umdf_filter_kmdf
parenta919a4e8c3e551c8677bc465b5067065de9799e5 (diff)
Update README.md (#450)112269112268112267112266112265
Diffstat (limited to 'usb/umdf_filter_kmdf')
-rw-r--r--usb/umdf_filter_kmdf/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/umdf_filter_kmdf/README.md b/usb/umdf_filter_kmdf/README.md
index 47254400..4f7d0e41 100644
--- a/usb/umdf_filter_kmdf/README.md
+++ b/usb/umdf_filter_kmdf/README.md
@@ -72,7 +72,7 @@ The default Solution build configuration is **Debug** and **Win32**.
## Testing the driver
-You can test this sample either by using the [Custom driver access](https://code.msdn.microsoft.com/windowsapps/Custom-device-access-sample-43bde679) sample application, or by using the osrusbfx2.exe test application. For information on how to build and use the osrusbfx2.exe application, see the test instructions for the [kmdf\_fx2](https://docs.microsoft.com/samples/microsoft/windows-driver-samples/sample-kmdf-function-driver-for-osr-usb-fx2/) sample.
+You can test this sample either by using the [Custom driver access](https://go.microsoft.com/fwlink/p/?linkid=2114373) sample application, or by using the osrusbfx2.exe test application. For information on how to build and use the osrusbfx2.exe application, see the test instructions for the [kmdf\_fx2](https://docs.microsoft.com/samples/microsoft/windows-driver-samples/sample-kmdf-function-driver-for-osr-usb-fx2/) sample.
## Code tour