diff --git a/docs/en/Tutorials/Part-1.md b/docs/en/Tutorials/Part-1.md index 9279a53298..53745f9b59 100644 --- a/docs/en/Tutorials/Part-1.md +++ b/docs/en/Tutorials/Part-1.md @@ -32,6 +32,7 @@ This tutorial is organized as the following parts; - **Part-1: Creating the project and book list page (this part)** - [Part-2: Creating, updating and deleting books](part-2.md) - [Part-3: Integration tests](part-3.md) +- [Part-4: Authorization](Part-4.md) ### Source Code diff --git a/docs/en/Tutorials/Part-2.md b/docs/en/Tutorials/Part-2.md index 289d74e847..c744d85229 100644 --- a/docs/en/Tutorials/Part-2.md +++ b/docs/en/Tutorials/Part-2.md @@ -33,6 +33,7 @@ This tutorial is organized as the following parts; - [Part I: Creating the project and book list page](part-1.md) - **Part-2: Creating, updating and deleting books (this part)** - [Part-3: Integration tests](part-3.md) +- [Part-4: Authorization](Part-4.md) ### Source Code diff --git a/docs/en/Tutorials/Part-3.md b/docs/en/Tutorials/Part-3.md index fce9fe243d..22e3cd4a5b 100644 --- a/docs/en/Tutorials/Part-3.md +++ b/docs/en/Tutorials/Part-3.md @@ -33,6 +33,7 @@ This tutorial is organized as the following parts; - [Part I: Creating the project and book list page](part-1.md) - [Part-2: Creating, updating and deleting books](Part-2.md) - **Part-3: Integration tests (this part)** +- [Part-4: Authorization](Part-4.md) ### Source Code @@ -236,3 +237,6 @@ Open the **Test Explorer Window** (use Test -> Windows -> Test Explorer menu if Congratulations, the **green icons** indicates that the tests have been successfully passed! +## Next Part + +See the [next part](part-4.md) of this tutorial. \ No newline at end of file