Switch urls from http: to https: (#137)

This commit is contained in:
Josh Soref 2019-03-07 11:56:25 -05:00 committed by Matt Cooley
commit 8a75dcd09d
18 changed files with 20 additions and 20 deletions

View file

@ -38,7 +38,7 @@ using namespace Windows::UI::Xaml::Media;
using namespace Windows::UI::Xaml::Navigation;
using namespace Windows::UI::ViewManagement;
// The User Control item template is documented at http://go.microsoft.com/fwlink/?LinkId=234236
// The User Control item template is documented at https://go.microsoft.com/fwlink/?LinkId=234236
// Calculate number of 100-nanosecond intervals in 500 milliseconds.
// There are 10,000 intervals in 1 ms.