1
0
mirror of synced 2025-01-18 14:31:40 +03:00

Merge pull request #54 from michal-pipa/fix-link

Changed external link to internal link.
This commit is contained in:
Guilherme Blanco 2011-11-07 04:50:09 -08:00
commit 59b4641d29

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
describes how the SQL result set should be transformed by Doctrine.
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
~~~~~~~~~~~~~~~~~~~