Commit 2052d667 by Carsten Brandt

Merge pull request #6250 from davidsonalencar/guide-en

docs/guide/structure-applications.md - fixed link reference
parents 5347bf76 03a6707f
...@@ -101,7 +101,7 @@ the method calls [[Yii::setAlias()]]. ...@@ -101,7 +101,7 @@ the method calls [[Yii::setAlias()]].
This is a very useful property. It allows you to specify an array of components that should This is a very useful property. It allows you to specify an array of components that should
be run during the application [[yii\base\Application::bootstrap()|bootstrapping process]]. be run during the application [[yii\base\Application::bootstrap()|bootstrapping process]].
For example, if you want a [module](structure-modules.md) to customize the [URL rules](runtime-url-handling.md), For example, if you want a [module](structure-modules.md) to customize the [URL rules](runtime-routing.md),
you may list its ID as an element in this property. you may list its ID as an element in this property.
Each component listed in this property may be specified in one of the following formats: Each component listed in this property may be specified in one of the following formats:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment