Merge pull request #8775 from dotnet/marcpopMSFT-fixlinks
Fix github.io links
This commit is contained in:
commit
3505317780
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
"short_description": "%CLI_SDK_BRAND_NAME%",
|
||||
"long_description": ".NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.",
|
||||
"homepage": "https://dotnet.github.io/core",
|
||||
"homepage": "https://github.com/dotnet/core",
|
||||
|
||||
"release":{
|
||||
"package_version":"0.0.0.0",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<Bundle Name="$(var.ProductName)" Manufacturer="$(var.Manufacturer)"
|
||||
Version="$(var.SDKBundleVersion)" UpgradeCode="$(var.UpgradeCode)"
|
||||
AboutUrl="https://dotnet.github.io/"
|
||||
AboutUrl="https://aka.ms/netcorehelp/"
|
||||
Compressed="yes">
|
||||
|
||||
<bal:Condition Message="The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]"">
|
||||
|
|
Loading…
Reference in a new issue