Skip to content

Commit

Permalink
Use HTTPS links
Browse files Browse the repository at this point in the history
For better privacy, let's use HTTPS for go.microsoft.com links.
  • Loading branch information
xiaoyinl committed Dec 24, 2016
1 parent 3070c2d commit 8eb4683
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -9,29 +9,29 @@ Use Visual Studio 2015 and Windows Driver Kit (WDK) 10 to build, test, and deplo
### Windows 10 Driver Kit (WDK)

This comment has been minimized.

Copy link
@Daisygray14

Daisygray14 Jan 21, 2018

Thanks I was starting to worry that I was crazy.

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.

[Find out what's new in the WDK](http://go.microsoft.com/fwlink/p/?LinkId=528349 "Find out what's new in the WDK")
[Find out what's new in the WDK](https://go.microsoft.com/fwlink/p/?LinkId=528349 "Find out what's new in the WDK")

### Universal Windows drivers
Write one driver that runs on both Windows 10 for desktop editions and Windows 10 Mobile devices, as well as other Windows 10 editions that share a common set of interfaces.

[Getting Started with Universal Windows drivers](http://go.microsoft.com/fwlink/p/?LinkId=524488 "Getting Started with Universal Windows drivers")
[Getting Started with Universal Windows drivers](https://go.microsoft.com/fwlink/p/?LinkId=524488 "Getting Started with Universal Windows drivers")

### Windows Driver Frameworks
The Windows Driver Frameworks (WDF) are a set of libraries that make it simple to write high-quality device drivers.

[WDF driver development guide](http://go.microsoft.com/fwlink/p/?LinkId=524489 "WDF driver development guide")
[WDF driver development guide](https://go.microsoft.com/fwlink/p/?LinkId=524489 "WDF driver development guide")

### Samples
Use the samples in this repo to guide your Windows driver development. Whether you're just getting started or porting an older driver to the newest version of Windows, code samples are valuable guides on how to write drivers.

### Build your first driver
If you're writing your first driver, use these exercises to get started. Each exercise is independent of the others, so you can do them in any order.

[Write a UMDF driver based on a template](http://go.microsoft.com/fwlink/p/?LinkId=524492 "Write a UMDF driver based on a template")
[Write a UMDF driver based on a template](https://go.microsoft.com/fwlink/p/?LinkId=524492 "Write a UMDF driver based on a template")

[Write a KMDF Hello World driver](http://go.microsoft.com/fwlink/p/?LinkId=524493 "Write a KMDF Hello World driver")
[Write a KMDF Hello World driver](https://go.microsoft.com/fwlink/p/?LinkId=524493 "Write a KMDF Hello World driver")

[Write a KMDF driver based on a template](http://go.microsoft.com/fwlink/p/?LinkId=524494 "Write a KMDF driver based on a template")
[Write a KMDF driver based on a template](https://go.microsoft.com/fwlink/p/?LinkId=524494 "Write a KMDF driver based on a template")

# Microsoft Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
Expand Down

0 comments on commit 8eb4683

Please sign in to comment.