Fix http link to https (dotnet/core-setup#4635)
authorDan Moseley <danmose@microsoft.com>
Fri, 5 Oct 2018 21:21:51 +0000 (14:21 -0700)
committerEric Erhardt <eric.erhardt@microsoft.com>
Fri, 5 Oct 2018 21:21:51 +0000 (16:21 -0500)
Commit migrated from https://github.com/dotnet/core-setup/commit/eda3e4e52bedfbcc68a7b279c4bedbe2bd7eb929

src/installer/corehost/common/utils.h

index dd01bf8..e04681f 100644 (file)
@@ -14,7 +14,7 @@ struct host_option
 };
 
 #define _STRINGIFY(s) _X(s)
-#define DOTNET_CORE_GETTING_STARTED_URL _X("http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409")
+#define DOTNET_CORE_GETTING_STARTED_URL _X("https://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409")
 #define DOTNET_CORE_DOWNLOAD_RUNTIME_URL _X("https://aka.ms/dotnet-download-runtime")
 #define DOTNET_CORE_DOWNLOAD_URL _X("https://aka.ms/dotnet-download")