Commit ac195085 by Carsten Brandt

Merge pull request #3588 from klimov-paul/3429-docs-app-asset-location

Fix #3429: Incorrect path to AppAssets at docs
parents d1a3d400 cf994133
......@@ -18,7 +18,7 @@ Basics
Yii doesn't wrap the bootstrap basics into PHP code since HTML is very simple by itself in this case. You can find details
about using the basics at [bootstrap documentation website](http://getbootstrap.com/css/). Still Yii provides a
convenient way to include bootstrap assets in your pages with a single line added to `AppAsset.php` located in your
`config` directory:
`@app/assets` directory:
```php
public $depends = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment