From 1f5fc035c49d4a0bdfe93409f6290667bdf2ef68 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 1 Oct 2020 11:52:12 -0700 Subject: [PATCH] Fix github.io links. #8478 --- src/redist/targets/packaging/deb/dotnet-debian_config.json | 2 +- src/redist/targets/packaging/windows/clisdk/bundle.wxs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/packaging/deb/dotnet-debian_config.json b/src/redist/targets/packaging/deb/dotnet-debian_config.json index 077fcd95f..5c0c1e6db 100644 --- a/src/redist/targets/packaging/deb/dotnet-debian_config.json +++ b/src/redist/targets/packaging/deb/dotnet-debian_config.json @@ -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", diff --git a/src/redist/targets/packaging/windows/clisdk/bundle.wxs b/src/redist/targets/packaging/windows/clisdk/bundle.wxs index e22f99c6f..84d0675ac 100644 --- a/src/redist/targets/packaging/windows/clisdk/bundle.wxs +++ b/src/redist/targets/packaging/windows/clisdk/bundle.wxs @@ -7,7 +7,7 @@