From 4fccf84c828ead3d869e2f4e3e810ff3b5e0d43f Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Thu, 12 Jan 2017 14:23:55 +0100 Subject: [PATCH] Added link Sorry, I don't know how to link to the exact section 8.8 --- docs/en/reference/working-with-objects.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/reference/working-with-objects.rst b/docs/en/reference/working-with-objects.rst index 32f1a3ee9..bef73ceba 100644 --- a/docs/en/reference/working-with-objects.rst +++ b/docs/en/reference/working-with-objects.rst @@ -743,8 +743,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 section `Filtering collections` of chapter :doc:`Working with Associations ` By Eager Loading ~~~~~~~~~~~~~~~~