diff options
| author | Karl Froelich <[email protected]> | 2016-12-08 10:42:56 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-12-08 10:42:56 -0800 |
| commit | 3070c2df6eb41d1fef3588447d3a6424eaf48b41 (patch) | |
| tree | f88c6331b610cd76c159fc6d6701b14d78311da5 | |
| parent | 929565818a93c6bd25f512093baf6553eeddbd51 (diff) | |
| parent | 35f6e31cb3ad145b5bc6ffcc4b574856e6837018 (diff) | |
Merge pull request #78 from Dansimp/patch-1
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
