1
0
mirror of synced 2024-12-14 23:26:04 +03:00

Changed external link to internal link.

This commit is contained in:
Michał Pipa 2011-11-07 07:53:05 +01:00
parent 0f11b0c61d
commit c0f86e796d

View File

@ -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 using a hand-crafted SQL query and a ResultSetMapping that
describes how the SQL result set should be transformed by Doctrine. describes how the SQL result set should be transformed by Doctrine.
More information about native queries can be found in More information about native queries can be found in
`the dedicated chapter <http://www.doctrine-project.org/documentation/manual/2_0/en/native-sql>`_. :doc:`the dedicated chapter <native-sql>`.
Custom Repositories Custom Repositories
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~