From a7a8f1e0cf36efbb1ded472cfb268c70b481feb7 Mon Sep 17 00:00:00 2001 From: Nikola Kovacs Date: Wed, 30 Sep 2015 12:09:53 +0200 Subject: [PATCH] Fix links in documentation --- framework/widgets/InputWidget.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/widgets/InputWidget.php b/framework/widgets/InputWidget.php index fb37601ba5..30dbcfbed3 100644 --- a/framework/widgets/InputWidget.php +++ b/framework/widgets/InputWidget.php @@ -20,8 +20,8 @@ use yii\helpers\Html; * or a name and a value. If the former, the name and the value will * be generated automatically. * - * Classes extending from this widget can be used in an [[yii\widgets\ActiveForm|ActiveForm]] - * using the [[yii\widgets\ActiveField::widget()|widget()]] method, for example like this: + * Classes extending from this widget can be used in an [[\yii\widgets\ActiveForm|ActiveForm]] + * using the [[\yii\widgets\ActiveField::widget()|widget()]] method, for example like this: * * ```php * field($model, 'from_date')->widget('WidgetClassName', [