Fixed ASP.NET Core links in Readme (#32139)
authorJim Buck <jim@jimbuck.io>
Tue, 11 Feb 2020 23:05:35 +0000 (18:05 -0500)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2020 23:05:35 +0000 (15:05 -0800)
* 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

index 769ea9c..8e18075 100644 (file)
--- 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).