From 06413033f9deb7457c533306b724900d607aa770 Mon Sep 17 00:00:00 2001 From: ruheni Date: Fri, 3 Nov 2023 18:57:56 +0100 Subject: [PATCH] fix broken link --- content/300-guides/050-database/890-neon.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/300-guides/050-database/890-neon.mdx b/content/300-guides/050-database/890-neon.mdx index 0ebfc6f574..1b74ac4d6a 100644 --- a/content/300-guides/050-database/890-neon.mdx +++ b/content/300-guides/050-database/890-neon.mdx @@ -35,7 +35,7 @@ Many aspects of using Prisma with Neon are just like using Prisma with any other - model your database with the [Prisma Schema Language](/concepts/components/prisma-schema) - use Prisma's [`postgresql` database connector](/concepts/database-connectors/postgresql) in your schema, along with the [connection string Neon provides you](https://neon.tech/docs/connect/connect-from-any-app) - use [Introspection](/concepts/components/introspection) for existing projects if you already have a database schema on Neon -- use [`prisma migrate dev`](/concepts/components/prisma-migrate/migrate-development-productoin) to track schema migrations in your Neon database +- use [`prisma migrate dev`](/concepts/components/prisma-migrate/migrate-development-production) to track schema migrations in your Neon database - use [`prisma db push`](/concepts/components/prisma-migrate/db-push) to push changes in your schema to Neon - use [Prisma Client](/concepts/components/prisma-client) in your application to communicate with the database hosted by Neon