|
4 | 4 | [![Software License][ico-license]](LICENSE.md)
|
5 | 5 | [![Build Status][ico-travis]][link-travis]
|
6 | 6 | [![Coverage Status][ico-scrutinizer]][link-scrutinizer]
|
7 |
| -[![Quality Score][ico-code-quality]][link-code-quality] |
8 | 7 | [![Total Downloads][ico-downloads]][link-downloads]
|
9 | 8 |
|
10 | 9 | Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.
|
@@ -130,17 +129,13 @@ If you discover any security related issues, please email mits87@gmail.com inste
|
130 | 129 |
|
131 | 130 | The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
|
132 | 131 |
|
133 |
| -[ico-version]: https://img.shields.io/packagist/v/:vendor/nested-attributes.svg?style=flat-square |
| 132 | +[ico-version]: https://img.shields.io/packagist/v/mits87/nested-attributes.svg?style=flat-square |
134 | 133 | [ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
|
135 |
| -[ico-travis]: https://img.shields.io/travis/:vendor/nested-attributes/master.svg?style=flat-square |
136 |
| -[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/:vendor/nested-attributes.svg?style=flat-square |
137 |
| -[ico-code-quality]: https://img.shields.io/scrutinizer/g/:vendor/nested-attributes.svg?style=flat-square |
138 |
| -[ico-downloads]: https://img.shields.io/packagist/dt/:vendor/nested-attributes.svg?style=flat-square |
139 |
| - |
140 |
| -[link-packagist]: https://packagist.org/packages/:vendor/nested-attributes |
141 |
| -[link-travis]: https://travis-ci.org/:vendor/nested-attributes |
142 |
| -[link-scrutinizer]: https://scrutinizer-ci.com/g/:vendor/nested-attributes/code-structure |
143 |
| -[link-code-quality]: https://scrutinizer-ci.com/g/:vendor/nested-attributes |
144 |
| -[link-downloads]: https://packagist.org/packages/:vendor/nested-attributes |
| 134 | +[ico-travis]: https://img.shields.io/travis/mits87/nested-attributes/master.svg?style=flat-square |
| 135 | +[ico-downloads]: https://img.shields.io/packagist/dt/mits87/nested-attributes.svg?style=flat-square |
| 136 | + |
| 137 | +[link-packagist]: https://packagist.org/packages/mits87/nested-attributes |
| 138 | +[link-travis]: https://travis-ci.org/mits87/nested-attributes |
| 139 | +[link-downloads]: https://packagist.org/packages/mits87/nested-attributes |
145 | 140 | [link-author]: https://github.com/mits87
|
146 | 141 | [link-contributors]: ../../contributors
|
0 commit comments