Merge pull request #100 from xiaoyinl/patch-1

Use HTTPS links in README.md
This commit is contained in:
Michelle Bergeron 2017-01-27 11:37:35 -08:00 коммит произвёл GitHub
Родитель 83343ad465 8eb4683490
Коммит c824f13901
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -9,17 +9,17 @@ Use Visual Studio 2015 and Windows Driver Kit (WDK) 10 to build, test, and deplo
### 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.
[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.
@ -27,11 +27,11 @@ Use the samples in this repo to guide your Windows driver development. Whether y
### 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.