From 18df162d6517c2d7e2163de961e1d2cc1395a0dd Mon Sep 17 00:00:00 2001 From: cendern Date: Thu, 25 Apr 2019 14:57:05 -0700 Subject: [PATCH] Update README.md The readme.md for the repo https://github.com/aspnet/Mvc says "This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 436ab251d..189d9dc15 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ASP.NET MVC, Web API, Web Pages, and Razor AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/aspnet/aspnetwebstack?branch=master&svg=true)](https://ci.appveyor.com/project/aspnetci/aspnetwebstack/branch/master) -## Note: This repo is for ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x. For ASP.NET Core MVC, check the [MVC repo](https://github.com/aspnet/Mvc). +## Note: This repo is for ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x. For ASP.NET Core MVC, check the [AspNetCore repo](https://github.com/aspnet/AspNetCore). ASP.NET MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and Web APIs. ASP.NET MVC enables a clean separation of concerns and gives you full control over markup.