huge amount of documentation link fixes

This commit is contained in:
Carsten Brandt
2014-01-28 17:54:40 +01:00
parent 7924e6d1fb
commit 262189533a
50 changed files with 92 additions and 99 deletions

View File

@ -16,7 +16,7 @@ use yii\web\HttpException;
* ErrorHandler displays these errors using appropriate views based on the
* nature of the errors and the mode the application runs at.
*
* ErrorHandler is configured as an application component in [[yii\base\Application]] by default.
* ErrorHandler is configured as an application component in [[\yii\base\Application]] by default.
* You can access that instance via `Yii::$app->errorHandler`.
*
* @author Qiang Xue <qiang.xue@gmail.com>