Update README.md

This commit is contained in:
Rick Anderson 2018-02-20 22:19:34 -10:00 committed by GitHub
parent fb8c683844
commit a7fd6ddeb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ASP.NET Core MVC gives you a powerful, patterns-based way to build dynamic websi
ASP.NET Core MVC includes support for building web pages and HTTP services in a single aligned framework that can be hosted in IIS or self-hosted in your own process.
See the [ASP.NET Core MVC](https://docs.microsoft.com/aspnet/core/) documentation.
See the [ASP.NET Core MVC documentation](https://docs.microsoft.com/aspnet/core/).
Related community projects:
* [AspNet.Mvc.TypedRouting](https://github.com/ivaylokenov/AspNet.Mvc.TypedRouting): A collection of extension methods providing strongly typed routing and link generation for ASP.NET Core MVC projects.