From feae9be281cd897c2eb5d5f9790171bde2ca75d7 Mon Sep 17 00:00:00 2001 From: teo1978 Date: Tue, 17 Jul 2018 18:23:23 +0200 Subject: [PATCH] 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. --- docs/guide/start-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/start-installation.md b/docs/guide/start-installation.md index f006f88143..8c2be1ca5e 100644 --- a/docs/guide/start-installation.md +++ b/docs/guide/start-installation.md @@ -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 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. > Info: The Basic Project Template is suitable for developing 90 percent of Web applications. It differs