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 ~~~~~~~~~~~~~~~~