From 20b3ec22d654f1d1dcd9a658de92e09f67bb85c7 Mon Sep 17 00:00:00 2001 From: ArgosOleg Date: Fri, 14 Nov 2014 16:14:10 +0200 Subject: [PATCH] Broken link [asset bundles](structure-asset-bundles.md) change on [asset bundles](structure-assets.md), --- docs/guide/structure-widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/structure-widgets.md b/docs/guide/structure-widgets.md index 4d8f737f85..83ba7bcd02 100644 --- a/docs/guide/structure-widgets.md +++ b/docs/guide/structure-widgets.md @@ -184,7 +184,7 @@ classes and keep presentation in [views](structure-views.md). Widgets should be designed to be self-contained. That is, when using a widget, you should be able to just drop it in a view without doing anything else. This could be tricky if a widget requires external resources, such as -CSS, JavaScript, images, etc. Fortunately, Yii provides the support for [asset bundles](structure-asset-bundles.md), +CSS, JavaScript, images, etc. Fortunately, Yii provides the support for [asset bundles](structure-assets.md), which can be utilized to solve the problem. When a widget contains view code only, it is very similar to a [view](structure-views.md). In fact, in this case,