diff --git a/docs/en/Tutorials/Part-2.md b/docs/en/Tutorials/Part-2.md index dc0a222ea1..289d74e847 100644 --- a/docs/en/Tutorials/Part-2.md +++ b/docs/en/Tutorials/Part-2.md @@ -34,6 +34,10 @@ This tutorial is organized as the following parts; - **Part-2: Creating, updating and deleting books (this part)** - [Part-3: Integration tests](part-3.md) +### Source Code + +You can find the completed solution on {{if UI == "MVC"}}[the GitHub repository](https://github.com/abpframework/abp-samples/tree/master/BookStore-Mvc-EfCore){{else}}[the GitHub repository](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb){{end}}. + {{if UI == "MVC"}} ## Creating a New Book diff --git a/docs/en/Tutorials/Part-3.md b/docs/en/Tutorials/Part-3.md index 92be05f73a..fce9fe243d 100644 --- a/docs/en/Tutorials/Part-3.md +++ b/docs/en/Tutorials/Part-3.md @@ -34,6 +34,10 @@ This tutorial is organized as the following parts; - [Part-2: Creating, updating and deleting books](Part-2.md) - **Part-3: Integration tests (this part)** +### Source Code + +You can find the completed solution on {{if UI == "MVC"}}[the GitHub repository](https://github.com/abpframework/abp-samples/tree/master/BookStore-Mvc-EfCore){{else}}[the GitHub repository](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb){{end}}. + ## Test Projects in the Solution This part covers the **server side** tests. There are several test projects in the solution: