From 5f0372245f89872c01d035f1ef4c89c881975cb5 Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 11 May 2017 10:49:23 +1000 Subject: [PATCH] Update hyperlinks in the README Some hyperlinks in the Markdown aren't rendering properly on GitHub - there's a space between the [text] and the (href) so both are shown. Thought it might as well be fixed up :) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61c28b3..1eb31e3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repo hosts Windows UWP sample code to illustrate the use of Companion Devic - Windows 10 Anniversary Update Enterprise/Professional edition (Build 10.0.14393 or later) - Visual Studio 2015 -- [Windows Software Development Kit (SDK) for Windows 10] (https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) +- [Windows Software Development Kit (SDK) for Windows 10](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) ## Requesting capabilities for Store Submissions of your CDF UWP App @@ -18,10 +18,10 @@ You are free to use the code sample to create your own CDF UWP app to unlock Win ## Feedback -- File a bug in [GitHub Issues] (https://github.com/Microsoft/companion-device-framework/issues) +- File a bug in [GitHub Issues](https://github.com/Microsoft/companion-device-framework/issues) - For requesting new features, please mail Companion Device Framework Onboarding . ## Additional resources -- [Introduction] (https://msdn.microsoft.com/en-us/windows/uwp/security/companion-device-unlock) to Windows Hello Companion Device Framework -- [Video preview] (https://channel9.msdn.com/events/build/2016/p491) of Windows Hello Companion Device Framework +- [Introduction](https://msdn.microsoft.com/en-us/windows/uwp/security/companion-device-unlock) to Windows Hello Companion Device Framework +- [Video preview](https://channel9.msdn.com/events/build/2016/p491) of Windows Hello Companion Device Framework