From cf990cf8dfa6fd554cde4ac4db73f86deae56eb4 Mon Sep 17 00:00:00 2001 From: Stanislav Date: Wed, 20 Aug 2014 13:31:41 +0600 Subject: [PATCH] link fix --- docs/guide/structure-application-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/structure-application-components.md b/docs/guide/structure-application-components.md index 115569568f..1aa957e91e 100644 --- a/docs/guide/structure-application-components.md +++ b/docs/guide/structure-application-components.md @@ -1,7 +1,7 @@ Application Components ====================== -Applications are [service locators](concept-service-locators.md). They host a set of the so-called +Applications are [service locators](concept-service-locator.md). They host a set of the so-called *application components* that provide different services for processing requests. For example, the `urlManager` component is responsible for routing Web requests to appropriate controllers; the `db` component provides DB-related services; and so on.