From 05bfe18611c032d868392ba380ada3c8a111a40b Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Wed, 24 Aug 2016 22:55:53 +0200 Subject: [PATCH] prepare team URL in the guide for new website --- docs/guide/intro-yii.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/intro-yii.md b/docs/guide/intro-yii.md index 21f5b235d8..63fe5baeed 100644 --- a/docs/guide/intro-yii.md +++ b/docs/guide/intro-yii.md @@ -31,13 +31,12 @@ If you're already familiar with another framework, you may appreciate knowing ho take advantage of Yii's solid extension architecture to use or develop redistributable extensions. - High performance is always a primary goal of Yii. -Yii is not a one-man show, it is backed up by a [strong core developer team][about_yii], as well as a large community +Yii is not a one-man show, it is backed up by a [strong core developer team](http://www.yiiframework.com/team/), as well as a large community of professionals constantly contributing to Yii's development. The Yii developer team keeps a close eye on the latest Web development trends and on the best practices and features found in other frameworks and projects. The most relevant best practices and features found elsewhere are regularly incorporated into the core framework and exposed via simple and elegant interfaces. -[about_yii]: http://www.yiiframework.com/about/ Yii Versions ------------ @@ -55,6 +54,7 @@ Yii 2.0 requires PHP 5.4.0 or above. You can find more detailed requirements for by running the requirement checker included in every Yii release. Using Yii requires basic knowledge of object-oriented programming (OOP), as Yii is a pure OOP-based framework. -Yii 2.0 also makes use of the latest features of PHP, such as [namespaces](http://www.php.net/manual/en/language.namespaces.php) and [traits](http://www.php.net/manual/en/language.oop5.traits.php). Understanding these concepts will help +Yii 2.0 also makes use of the latest features of PHP, such as [namespaces](http://www.php.net/manual/en/language.namespaces.php) +and [traits](http://www.php.net/manual/en/language.oop5.traits.php). Understanding these concepts will help you more easily pick up Yii 2.0.