From 3af1e27f1348dd649f3506eef2b76a6c90249c73 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 26 Nov 2014 14:30:18 -0200 Subject: [PATCH 1/3] docs/guide-pt-BR/structure-application-components.md - fixed incorrect links --- docs/guide-pt-BR/structure-application-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide-pt-BR/structure-application-components.md b/docs/guide-pt-BR/structure-application-components.md index 72da049980..effebdf9c9 100644 --- a/docs/guide-pt-BR/structure-application-components.md +++ b/docs/guide-pt-BR/structure-application-components.md @@ -132,7 +132,7 @@ se você não especificar sua classe, a padrão será utilizada. só está disponível em [[yii\web\Application|aplicações Web]]. Por favor consulte a seção [Sessões e Cookies](runtime-sessions-cookies.md) para mais detalhes. * [[yii\web\UrlManager|urlManager]]: suporta a análise e criação de URLs. Por - favor consulte a seção [Análise e Geração de URLs](runtime-url-handling.md) + favor consulte a seção [Análise e Geração de URLs](runtime-routing.md) para mais detalhes. * [[yii\web\User|user]]: representa as informações de autenticação do usuário. Esse componente só está disponível em [[yii\web\Application|aplicações Web]]. From 1974a5c785e2997cb33789ba74faa29861591bbd Mon Sep 17 00:00:00 2001 From: root Date: Wed, 26 Nov 2014 14:33:40 -0200 Subject: [PATCH 2/3] docs/guide/structure-application-components.md - fixed incorrect links --- 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 c531760592..c101268147 100644 --- a/docs/guide/structure-application-components.md +++ b/docs/guide/structure-application-components.md @@ -111,7 +111,7 @@ if you do not specify its class, the default one will be used. in [[yii\web\Application|Web applications]]. Please refer to the [Sessions and Cookies](runtime-sessions-cookies.md) section for more details. * [[yii\web\UrlManager|urlManager]]: supports URL parsing and creation. - Please refer to the [URL Parsing and Generation](runtime-url-handling.md) section for more details. + Please refer to the [URL Parsing and Generation](runtime-routing.md) section for more details. * [[yii\web\User|user]]: represents the user authentication information. This component is only available in [[yii\web\Application|Web applications]] Please refer to the [Authentication](security-authentication.md) section for more details. From ae6f148103659198440c4e4ee1a3282b1399ce83 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 26 Nov 2014 14:33:53 -0200 Subject: [PATCH 3/3] docs/guide/intro-upgrade-from-v1.md - fixed incorrect links --- docs/guide/intro-upgrade-from-v1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/intro-upgrade-from-v1.md b/docs/guide/intro-upgrade-from-v1.md index 4ac75212be..1bb84305a2 100644 --- a/docs/guide/intro-upgrade-from-v1.md +++ b/docs/guide/intro-upgrade-from-v1.md @@ -505,7 +505,7 @@ The `CWebUser` class in 1.1 is now replaced by [[yii\web\User]], and there is no `CUserIdentity` class. Instead, you should implement the [[yii\web\IdentityInterface]] which is much more straightforward to use. The advanced application template provides such an example. -Please refer to the [Authentication](security-authentication.md), [Authorization](security-authorization.md), and [Advanced Application Technique](tutorial-advanced-app.md) sections for more details. +Please refer to the [Authentication](security-authentication.md), [Authorization](security-authorization.md), and [Advanced Application Template](tutorial-advanced-app.md) sections for more details. URL Management @@ -524,7 +524,7 @@ the same goal. ] ``` -Please refer to the [Url manager docs](runtime-url-handling.md) section for more details. +Please refer to the [Url manager docs](runtime-routing.md) section for more details. Using Yii 1.1 and 2.x together ------------------------------