From 773d015b7910a96f238f89f943ad2dd97992bfdc Mon Sep 17 00:00:00 2001 From: Michael Kopinsky Date: Mon, 24 Jun 2019 20:36:45 -0400 Subject: [PATCH] Fix broken link to doctrine documentation --- form/form_collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/form_collections.rst b/form/form_collections.rst index 8f62139f8ec..38700725174 100644 --- a/form/form_collections.rst +++ b/form/form_collections.rst @@ -715,6 +715,6 @@ the relationship between the removed ``Tag`` and ``Task`` object. elements of the collection. More advanced functionality like moving or duplicating an element in the collection and customizing the buttons is also possible. -.. _`Owning Side and Inverse Side`: http://docs.doctrine-project.org/en/latest/reference/unitofwork-associations.html +.. _`Owning Side and Inverse Side`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/unitofwork-associations.html .. _`JSFiddle`: http://jsfiddle.net/847Kf/4/ .. _`symfony-collection`: https://github.com/ninsuo/symfony-collection