From 6942f17e362b763bdc1cbcf45ee57be6d90a991a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sat, 25 Jun 2022 15:20:24 +0200 Subject: [PATCH] Updated links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b07b18e..2c5f57e 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ The ViGEm Bus Driver is licensed under the **BSD-3-Clause**, see [LICENSE](./LIC ### Prerequisites -- [Step 1: Install Visual Studio 2019]() -- [Step 2: Install WDK for Windows 10, version 2004]() +- [Step 1: Install Visual Studio 2019](https://docs.microsoft.com/en-us/windows-hardware/drivers/other-wdk-downloads#step-1-install-visual-studio) +- [Step 2: Install WDK for Windows 10, version 2004](https://docs.microsoft.com/en-us/windows-hardware/drivers/other-wdk-downloads#step-2-install-the-wdk) - [Step 3: Clone the Driver Module Framework (DMF)](https://github.com/microsoft/DMF) into the same parent directory. - Build the `DmfK` project with Release and Debug configurations for all architectures (x64 and Win32).