Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: Documentation
-
Labels:None
-
Environment:Irrelevant
Description
There is a wrong anchor to DBAL configuration documentation at http://www.doctrine-project.org/docs/orm/2.0/en/reference/configuration.html#connection-options
diff --git a/en/reference/configuration.rst b/en/reference/configuration.rst index 27a54c6..a67063f 100644 --- a/en/reference/configuration.rst +++ b/en/reference/configuration.rst @@ -356,7 +356,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/2.0/docs/reference/configuration/en>`_. +`DBAL section <./../../../../../docs/dbal/2.0/en/reference/configuration.html>`_. Proxy Objects -------------
This could be a possible fix but i wasn't able to test it due to missing sphinx-build tool.