From a3b42392b4189b9dfdd80047ae8fea8c76da666d Mon Sep 17 00:00:00 2001 From: Michael Ridgway Date: Fri, 14 May 2010 11:32:12 -0700 Subject: [PATCH] Fixed broken reference to DBAL section --- manual/en/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/en/configuration.txt b/manual/en/configuration.txt index adb746373..b0f9bd90f 100644 --- a/manual/en/configuration.txt +++ b/manual/en/configuration.txt @@ -177,7 +177,7 @@ Gets or sets whether proxy classes should be generated automatically at runtime The `$connectionOptions` passed as the first argument to `EntityManager::create()` has to be either an array or an 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). +in the [DBAL section](./../../../../../dbal/2.0/docs/reference/configuration/en). ++ Change Tracking Policies