From 2a7c810d75e6acf78929a6270f59c1e093fb38ee Mon Sep 17 00:00:00 2001 From: Anees Hikmat Abu-hamid Date: Thu, 25 Oct 2018 17:55:28 +0300 Subject: [PATCH] Update start-workflow.md --- docs/guide-ar/start-workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide-ar/start-workflow.md b/docs/guide-ar/start-workflow.md index 0b36bf6c91..e447fe09c9 100644 --- a/docs/guide-ar/start-workflow.md +++ b/docs/guide-ar/start-workflow.md @@ -78,7 +78,7 @@ all [controller classes](structure-controllers.md). The following diagram shows the static structure of an application. -![Static Structure of Application](images/application-structure.png) +![Static Structure of Application](../guide/images/application-structure.png) Each application has an entry script `web/index.php` which is the only Web accessible PHP script in the application. The entry script takes an incoming request and creates an [application](structure-applications.md) instance to handle it. @@ -92,7 +92,7 @@ Request Lifecycle The following diagram shows how an application handles a request. -![Request Lifecycle](images/request-lifecycle.png) +![Request Lifecycle](../guide/images/request-lifecycle.png) 1. A user makes a request to the [entry script](structure-entry-scripts.md) `web/index.php`. 2. The entry script loads the application [configuration](concept-configurations.md) and creates