From 7c4f1ff8d28c84c482f8c68fa3d8559b3fcdde72 Mon Sep 17 00:00:00 2001 From: Georgios Drivas <78447254+GeorgiosDrivas@users.noreply.github.com> Date: Wed, 18 Feb 2026 13:05:57 +0200 Subject: [PATCH] fix(docs): fix broken links in getting started page Issue: #7524 --- apps/docs/content/docs/(index)/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/content/docs/(index)/index.mdx b/apps/docs/content/docs/(index)/index.mdx index affd49dc78..8532bdb59f 100644 --- a/apps/docs/content/docs/(index)/index.mdx +++ b/apps/docs/content/docs/(index)/index.mdx @@ -20,11 +20,11 @@ npx create-db - + }> **Need a database?** Get started with your favorite framework and Prisma Postgres. - }> + }> **Already have a database?** Use Prisma ORM for a type-safe developer experience and automated migrations.