diff --git a/docs/en/get-started/layered-web-application.md b/docs/en/get-started/layered-web-application.md index db8077c3ae..b2bd05454a 100644 --- a/docs/en/get-started/layered-web-application.md +++ b/docs/en/get-started/layered-web-application.md @@ -276,4 +276,9 @@ You can start the following application(s): > For example in non-tiered MVC with public website application: -![solution-runner-public-website](images/solution-runner-public-website.png) \ No newline at end of file +![solution-runner-public-website](images/solution-runner-public-website.png) + +## What's next? + +- [TODO Application Tutorial with Layered Solution](../tutorials/todo/layered/index.md) +- [Web Application Development Tutorial](../tutorials/book-store/index.md) \ No newline at end of file diff --git a/docs/en/get-started/single-layer-web-application.md b/docs/en/get-started/single-layer-web-application.md index 056b7ed85b..9ee87fd439 100644 --- a/docs/en/get-started/single-layer-web-application.md +++ b/docs/en/get-started/single-layer-web-application.md @@ -185,3 +185,7 @@ You can then hit *F5* or *Ctrl + F5* to run the web application. It will run and ![bookstore-browser-users-page](images/no-layers-bookstore-browser-users-page_dark.png) You can use `admin` as username and `1q2w3E*` as default password to login to the application. + +## What's next? + +- [TODO Application Tutorial with Single-Layer Solution](../tutorials/todo/single-layer/index.md) \ No newline at end of file