1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Merge pull request #1253 from SofHad/fix-dbal-configuration-404

Fix dead link
This commit is contained in:
Marco Pivetta 2015-01-14 19:43:03 +01:00
commit e030dac3d0

View File

@ -290,7 +290,7 @@ instance of ``Doctrine\DBAL\Connection``. If an array is passed it
is directly passed along to the DBAL Factory
``Doctrine\DBAL\DriverManager::getConnection()``. The DBAL
configuration is explained in the
`DBAL section <./../../../../../dbal/latest/docs/reference/configuration/en>`_.
`DBAL section <./../../../../../projects/doctrine-dbal/en/latest/reference/configuration.html>`_.
Proxy Objects
-------------