summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Simpson <[email protected]>2016-09-12 11:23:07 -0700
committerGitHub <[email protected]>2016-09-12 11:23:07 -0700
commit35f6e31cb3ad145b5bc6ffcc4b574856e6837018 (patch)
tree804319107ab08824556424cced81337441f1c50d
parentaa6e0b36eb932099fa4eb950a6f5e289a23b6d6e (diff)
Update README.md
Fixing broken link in lead in para (Download goes to ADK, not WDK)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 100d1304..18788ab9 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ These are the official Microsoft Windows Driver Kit (WDK) team driver code sampl
## Windows 10 driver development
Use Visual Studio 2015 and Windows Driver Kit (WDK) 10 to build, test, and deploy your drivers. With Windows 10, the driver development environment is integrated into Visual Studio. To get started, download the driver development kits and tools for Windows 10.
-[Download kits and tools for Windows 10](https://msdn.microsoft.com/en-us/windows/hardware/dn913721.aspx "Download kits and tools for Windows 10")
+[Download the WDK, WinDbg, and associated tools](https://developer.microsoft.com/en-us/windows/hardware/windows-driver-kit "Download the WDK, WinDbg, and associated tools for Windows 10")
### Windows 10 Driver Kit (WDK)
Take a look at the compilation of the new and changed driver-related content for Windows 10. Areas of improvement include camera, print, display, Near Field Communication (NFC), WLAN, Bluetooth, and more.