From d3c2c4045291f20b25fbb41c799c56f4b5c56fde Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 18 Oct 2016 18:21:46 +0200 Subject: [PATCH] Updated a link (hopefully :-) --- docs/en/reference/working-with-objects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/working-with-objects.rst b/docs/en/reference/working-with-objects.rst index 2b52fac41..101cb3352 100644 --- a/docs/en/reference/working-with-objects.rst +++ b/docs/en/reference/working-with-objects.rst @@ -744,7 +744,7 @@ The Repository implement the ``Doctrine\Common\Collections\Selectable`` interface. That means you can build ``Doctrine\Common\Collections\Criteria`` and pass them to the ``matching($criteria)`` method. -See the :ref:`Working with Associations: Filtering collections +See :doc:`Working with Associations: Filtering collections `. By Eager Loading