From a7fd6ddeb746f1fe021aeb448c514c3a8e206e78 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Tue, 20 Feb 2018 22:19:34 -1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec2988d430..e5aa14d771 100644 --- a/README.md +++ b/README.md @@ -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.