From 9ba7c9a74d0f80f853763704207cca58ffad2983 Mon Sep 17 00:00:00 2001 From: SofHad Date: Wed, 14 Jan 2015 18:43:46 +0100 Subject: [PATCH] Fix dead link --- docs/en/reference/advanced-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/advanced-configuration.rst b/docs/en/reference/advanced-configuration.rst index 06e3bde34..9d200f870 100644 --- a/docs/en/reference/advanced-configuration.rst +++ b/docs/en/reference/advanced-configuration.rst @@ -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 -------------