mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 05:45:33 +08:00
fixed doc links
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user