From 0499940c4547cc9c896ebe5951462d397d8bfa56 Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Fri, 5 Oct 2018 14:21:51 -0700 Subject: [PATCH] Fix http link to https (dotnet/core-setup#4635) Commit migrated from https://github.com/dotnet/core-setup/commit/eda3e4e52bedfbcc68a7b279c4bedbe2bd7eb929 --- src/installer/corehost/common/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/corehost/common/utils.h b/src/installer/corehost/common/utils.h index dd01bf8..e04681f 100644 --- a/src/installer/corehost/common/utils.h +++ b/src/installer/corehost/common/utils.h @@ -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") -- 2.7.4