Skip to content

Commit ebd84a2

Browse files
Update form_collections.rst
Added link to Doctrine docs - same as 8bca82a
1 parent 0ff3b90 commit ebd84a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

form/form_collections.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Here's the ``Task`` and the ``Tag`` entity::
4747

4848
.. note::
4949

50-
The ``ArrayCollection`` is specific to Doctrine and is basically the
50+
The `ArrayCollection`_ is specific to Doctrine and is basically the
5151
same as using an ``array``.
5252

5353
.. code-block:: php
@@ -690,3 +690,4 @@ the relationship between the removed ``Tag`` and ``Task`` object.
690690
.. _`JSFiddle`: http://jsfiddle.net/847Kf/4/
691691
.. _`@a2lix/symfony-collection`: https://github.com/a2lix/symfony-collection
692692
.. _`symfony-collection`: https://github.com/ninsuo/symfony-collection
693+
.. _`ArrayCollection`: https://www.doctrine-project.org/projects/doctrine-collections/en/1.6/index.html

0 commit comments

Comments
 (0)