From aedac9628b231fdee2654d2acafce7c018f2736a Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sat, 17 May 2014 17:00:15 +0200 Subject: [PATCH] fixed broken link --- docs/guide/output-data-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/output-data-providers.md b/docs/guide/output-data-providers.md index e2963cc5b7..ef3e37a8b7 100644 --- a/docs/guide/output-data-providers.md +++ b/docs/guide/output-data-providers.md @@ -4,7 +4,7 @@ Data providers > Note: This section is under development. Data provider abstracts data set via [[yii\data\DataProviderInterface]] and handles pagination and sorting. -It can be used by [grids](data-grid.md), [lists and other data widgets](data-widgets.md). +It can be used by [grids, lists and other data widgets](output-data-widgets.md). In Yii there are three built-in data providers: [[yii\data\ActiveDataProvider]], [[yii\data\ArrayDataProvider]] and [[yii\data\SqlDataProvider]].