From d6eddab94fd71f18ee80b9d7f2a26fd4b32b246c Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Tue, 18 Oct 2016 10:00:10 -0700 Subject: [PATCH] Revert "Merge pull request #6092 from ThomasLandauer/patch-2" This reverts commit ade3f3a7f36d4b8a2ccf14afd4b71e7b0d0509da, reversing changes made to a6e44d9305114c2a597bd7db2bb934f2c2325ed3. --- 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 101cb3352..2b52fac41 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 :doc:`Working with Associations: Filtering collections +See the :ref:`Working with Associations: Filtering collections `. By Eager Loading