Browse Source

Update app template path

pull/1564/head
Halil İbrahim Kalkan 7 years ago
parent
commit
d90b472560
  1. 2
      docs/en/Getting-Started-AspNetCore-MVC-Template.md
  2. 2
      docs/en/Tutorials/AspNetCore-Mvc/Part-I.md

2
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

2
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

Loading…
Cancel
Save