From 6842da4bde255637e990f769c5a1588fdb63dfbe Mon Sep 17 00:00:00 2001 From: Alex Ruheni <33921841+ruheni@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:51:07 +0000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jan Piotrowski --- content/200-concepts/100-components/drivers.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/200-concepts/100-components/drivers.mdx b/content/200-concepts/100-components/drivers.mdx index 8227bb35d7..7a0a290f49 100644 --- a/content/200-concepts/100-components/drivers.mdx +++ b/content/200-concepts/100-components/drivers.mdx @@ -23,8 +23,8 @@ Prisma will use the Query Engine to transform the Prisma Client query to SQL and Prisma maintains the following driver adapters: - Serverless database driver adapters: - - [Neon](#neon) - - [PlanetScale](#planetscale) + - [Neon](#neon-serverless-driver) + - [PlanetScale](#planetscale-serverless-driver) - Database driver adapters: - [Turso](#turso)