diff --git a/docs/en/Getting-Started-AspNetCore-MVC-Template.md b/docs/en/Getting-Started-AspNetCore-MVC-Template.md index e1d5e4f7c9..e3aeaa89a7 100644 --- a/docs/en/Getting-Started-AspNetCore-MVC-Template.md +++ b/docs/en/Getting-Started-AspNetCore-MVC-Template.md @@ -37,7 +37,7 @@ Open the solution in **Visual Studio**: The solution has a layered structure (based on [Domain Driven Design](Domain-Driven-Design.md)) and contains unit & integration test projects properly configured to work with **EF Core** & **SQLite in-memory** database. -> See [MVC application template document](Startup-Templates/Mvc.md) to understand the solution structure in details. +> See [Application template document](Startup-Templates/Application.md) to understand the solution structure in details. ### Database Connection String diff --git a/docs/en/Tutorials/AspNetCore-Mvc/Part-I.md b/docs/en/Tutorials/AspNetCore-Mvc/Part-I.md index 8b2f84e55b..47870db0dd 100644 --- a/docs/en/Tutorials/AspNetCore-Mvc/Part-I.md +++ b/docs/en/Tutorials/AspNetCore-Mvc/Part-I.md @@ -22,7 +22,7 @@ This is how the layered solution structure looks after it's created: ![bookstore-visual-studio-solution](images/bookstore-visual-studio-solution-v3.png) -> You can see [MVC application template document](../../Startup-Templates/Mvc.md) to understand the solution structure in details. However, you will understand the basics with this tutorial. +> You can see the [Application template document](../../Startup-Templates/Application.md) to understand the solution structure in details. However, you will understand the basics with this tutorial. ### Create the Book Entity