Update start-installation.md (#16520) [skip ci]

In the Yii2 Guide, where the Advanced Project Template is mentioned, the link should be to the topic about it in the guide, rather than to an .md file in a github repository.
This commit is contained in:
teo1978
2018-07-17 18:23:23 +02:00
committed by Alexander Makarov
parent 9ba5581fa4
commit feae9be281

View File

@ -10,7 +10,7 @@ Its code is organized in a recommended way. Therefore, it can serve as a good st
In this and the next few sections, we will describe how to install Yii with the so-called *Basic Project Template* and In this and the next few sections, we will describe how to install Yii with the so-called *Basic Project Template* and
how to implement new features on top of this template. Yii also provides another template called how to implement new features on top of this template. Yii also provides another template called
the [Advanced Project Template](https://github.com/yiisoft/yii2-app-advanced/blob/master/docs/guide/README.md) which is better used in a team development environment the [Advanced Project Template](https://www.yiiframework.com/extension/yiisoft/yii2-app-advanced/doc/guide) which is better used in a team development environment
to develop applications with multiple tiers. to develop applications with multiple tiers.
> Info: The Basic Project Template is suitable for developing 90 percent of Web applications. It differs > Info: The Basic Project Template is suitable for developing 90 percent of Web applications. It differs