fixed doc links

This commit is contained in:
Carsten Brandt
2014-01-29 12:22:30 +01:00
parent 98768df83c
commit 5c26f01f84
5 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ use yii\web\Response;
* Pjax captures the link clicks in the content enclosed between its [[begin()]] and [[end()]] calls,
* turns them into AJAX requests, and replaces the enclosed content with the corresponding AJAX response.
*
* The following example makes the [[yii\gridview\GridView]] widget support updating via AJAX:
* The following example makes the [[\yii\gridview\GridView]] widget support updating via AJAX:
*
* ```php
* use yii\widgets\Pjax;

View File

@@ -10,7 +10,7 @@ namespace yii\widgets;
use yii\web\AssetBundle;
/**
* This asset bundle provides the javascript files required by [[yii\widgets\Pjax]] widget.
* This asset bundle provides the javascript files required by [[Pjax]] widget.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0