From d90b47256007eb73c5e5c0ceec7ab47c3582ba72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 31 Jul 2019 17:52:27 +0300 Subject: [PATCH] Update app template path --- docs/en/Getting-Started-AspNetCore-MVC-Template.md | 2 +- docs/en/Tutorials/AspNetCore-Mvc/Part-I.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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