Skip to content

Commit 35f6249

Browse files
committed
minor #13574 fix link to DBAL Connection class (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- fix link to DBAL Connection class Thanks to @abelardolg for reporting this on Slack. Commits ------- 603b6b3 fix link to DBAL Connection class
2 parents e58e188 + 603b6b3 commit 35f6249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/adapters/pdo_doctrine_dbal_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ third, and forth parameters::
4747
calling its ``prune()`` method.
4848

4949
.. _`PDO`: http://php.net/manual/en/class.pdo.php
50-
.. _`Doctrine DBAL Connection`: https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Connection.php
50+
.. _`Doctrine DBAL Connection`: https://github.com/doctrine/dbal/blob/master/src/Connection.php
5151
.. _`Data Source Name (DSN)`: https://en.wikipedia.org/wiki/Data_source_name

0 commit comments

Comments
 (0)