Skip to content

Commit

Permalink
fix broken links in widget guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Apr 4, 2018
1 parent a5f9e45 commit e4c0221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/structure-widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use yii\jui\DatePicker;
```

There are a good number of widgets bundled with Yii, such as [[yii\widgets\ActiveForm|active form]],
[[yii\widgets\Menu|menu]], [jQuery UI widgets](widget-jui.md), [Twitter Bootstrap widgets](widget-bootstrap.md).
[[yii\widgets\Menu|menu]], [jQuery UI widgets](https://www.yiiframework.com/extension/yiisoft/yii2-jui), [Twitter Bootstrap widgets](https://www.yiiframework.com/extension/yiisoft/yii2-bootstrap).
In the following, we will introduce the basic knowledge about widgets. Please refer to the class API documentation
if you want to learn about the usage of a particular widget.

Expand Down

0 comments on commit e4c0221

Please sign in to comment.