From a48ba43a1fdcfc85ee2a065d21df739225016705 Mon Sep 17 00:00:00 2001 From: Jim Buck Date: Tue, 11 Feb 2020 18:05:35 -0500 Subject: [PATCH] Fixed ASP.NET Core links in Readme (#32139) * Fixed obsolete org names in readme. Since `aspnet/aspnetcore` has been transferred to `dotnet/aspnetcore` the links were incorrect (redirects worked fine). This just aligns them with the correct URLs. * Changed "ASP.NET Core home" to docs home. * Removed forced `en-us` in URL. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 769ea9ccdbb..8e18075c3a8 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This repo should contain issues that are tied to the runtime, the class librarie For other issues, please use the following repos: - For overall .NET Core SDK issues, file in the [dotnet/toolset](https://github.com/dotnet/toolset) repo -- For ASP.NET issues, file in the [aspnet/aspnetcore](http://github.com/aspnet/aspnetcore) repo. +- For ASP.NET issues, file in the [dotnet/aspnetcore](https://github.com/dotnet/aspnetcore) repo. ## Useful Links @@ -54,7 +54,7 @@ For other issues, please use the following repos: There are many .NET related projects on GitHub. - [.NET home repo](https://github.com/Microsoft/dotnet) - links to 100s of .NET projects, from Microsoft and the community. -- [ASP.NET Core home](https://github.com/aspnet/home) - the best place to start learning about ASP.NET Core. +- [ASP.NET Core home](https://docs.microsoft.com/aspnet/core/?view=aspnetcore-3.0) - the best place to start learning about ASP.NET Core. This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct).