From c24c0990289968ce1b2530bbd1a70c9798235f23 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 7 Aug 2023 15:11:36 +0200 Subject: [PATCH] add missing link target --- components/cache/adapters/pdo_adapter.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/cache/adapters/pdo_adapter.rst b/components/cache/adapters/pdo_adapter.rst index 62d4dcc90aa..4920520196f 100644 --- a/components/cache/adapters/pdo_adapter.rst +++ b/components/cache/adapters/pdo_adapter.rst @@ -53,3 +53,4 @@ your code. class instance), the connection will be lazy-loaded when needed. .. _`DSN`: https://php.net/manual/pdo.drivers.php +.. _`Data Source Name (DSN)`: https://en.wikipedia.org/wiki/Data_source_name