From 0ce4d98e7df113bfd828eb1c89250bcaa19bcc9d Mon Sep 17 00:00:00 2001 From: Nobuo Kihara Date: Sun, 29 Mar 2015 15:15:34 +0900 Subject: [PATCH] docs/guide/topics-less.md - link fixed [ci skip] --- docs/guide/topics-less.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/topics-less.md b/docs/guide/topics-less.md index b7522c9..173ed74 100644 --- a/docs/guide/topics-less.md +++ b/docs/guide/topics-less.md @@ -4,7 +4,7 @@ Using the .less files of Bootstrap directly If you want to include the [Bootstrap css directly in your less files](http://getbootstrap.com/getting-started/#customizing) you may need to disable the original bootstrap css files to be loaded. You can do this by setting the css property of the [[yii\bootstrap\BootstrapAsset|BootstrapAsset]] to be empty. -For this you need to configure the `assetManager` [application component](structure-application-components.md) as follows: +For this you need to configure the `assetManager` [application component](https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-application-components.md) as follows: ```php 'assetManager' => [