From: Dan Moseley Date: Fri, 5 Oct 2018 21:21:51 +0000 (-0700) Subject: Fix http link to https (dotnet/core-setup#4635) X-Git-Tag: submit/tizen/20210909.063632~11032^2~539 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0499940c4547cc9c896ebe5951462d397d8bfa56;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix http link to https (dotnet/core-setup#4635) Commit migrated from https://github.com/dotnet/core-setup/commit/eda3e4e52bedfbcc68a7b279c4bedbe2bd7eb929 --- 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")