Skip to content

Commit f268213

Browse files
committed
Upgrading documentation
1 parent 715e74b commit f268213

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Expanded Collection List
88
Symfony 2 and 3 bundle for rendering a collection of entities as an expanded selectable list.
99
Include some usefull form types extending the native entity form field, so all entity options
1010
could by used (like query_builder), except expanded and multiple, since all the bundle types are based in those
11-
options setted to true. Read more about entity type field in the [symfony documentation](https://getcomposer.org/doc/00-intro.md).
11+
options setted to true. Read more about [entity type field](http://symfony.com/doc/current/reference/forms/types/entity.html).
1212

1313

1414
**Features**
1515

1616
* [Be able to configure wich entity properties or get method should be rendered and how](Resources/doc/1-fields-configuration.md)
1717
* [Render a collection of entities as an expanded checkbox list](Resources/doc/2-expanded-onetomany.md)
1818
* [Handling ManyToMany related collection as an expanded checkbox list](Resources/doc/3-expanded-manytomany.md)
19-
* [Support for bootstrap 3 symfony theme](Resources/doc/4-bootstrap_3_example.md)
19+
* [Support for bootstrap 3 symfony theme](Resources/doc/4-bootstrap-3-example.md)
2020

2121
Installation
2222
------------

Resources/doc/1-fields-configuration.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,11 @@ be adapted to your needs.
142142
Thanks
143143
------
144144

145-
Some of the concepts used in this configuration options as other ideas, came from the
146-
[javiereguiluz/easyadmin-bundle](https://github.com/javiereguiluz/EasyAdminBundle), so thanks to all it's collaborator for such
147-
amazing bundle.
145+
Some of the concepts used in this configuration options as other ideas, are inspired in
146+
[javiereguiluz/easyadmin-bundle][4], so thanks to all it's collaborator for such amazing
147+
bundle.
148148

149149
[1]: http://php.net/manual/en/function.date.php
150150
[2]: http://php.net/manual/en/function.sprintf.php
151-
[3]: http://twig.sensiolabs.org/doc/filters/raw.html
151+
[3]: http://twig.sensiolabs.org/doc/filters/raw.html
152+
[4]: https://github.com/javiereguiluz/EasyAdminBundle

0 commit comments

Comments
 (0)