From 9bf8f6ed4cc6590def5b5e8ba739ecdfa62fb717 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sun, 19 Oct 2014 19:18:11 +0200 Subject: [PATCH] DDC-3261 - fixed link to DBAL documentation (should always reference `latest`) --- 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 e9213a239..06e3bde34 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/2.0/docs/reference/configuration/en>`_. +`DBAL section <./../../../../../dbal/latest/docs/reference/configuration/en>`_. Proxy Objects -------------