diff --git a/en/reference/working-with-objects.rst b/en/reference/working-with-objects.rst index 5a9261f6c..531a14f50 100644 --- a/en/reference/working-with-objects.rst +++ b/en/reference/working-with-objects.rst @@ -788,7 +788,7 @@ statements native queries can be used. Native queries are built by using a hand-crafted SQL query and a ResultSetMapping that describes how the SQL result set should be transformed by Doctrine. More information about native queries can be found in -`the dedicated chapter `_. +:doc:`the dedicated chapter `. Custom Repositories ~~~~~~~~~~~~~~~~~~~