From 68adeb487ec1add7a6b0dd06e2048de528e8f696 Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Fri, 14 Jun 2024 01:02:10 +0600 Subject: [PATCH] Update content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/900-prisma-nuxt-module.mdx Co-authored-by: Jon Harrell <4829245+jharrell@users.noreply.github.com> --- .../100-help-articles/900-prisma-nuxt-module.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/900-prisma-nuxt-module.mdx b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/900-prisma-nuxt-module.mdx index 54e7c5403b..22a7a7583d 100644 --- a/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/900-prisma-nuxt-module.mdx +++ b/content/200-orm/800-more/600-help-and-troubleshooting/100-help-articles/900-prisma-nuxt-module.mdx @@ -47,7 +47,7 @@ The Nuxt Prisma module simplifies the integration of Prisma ORM into your Nuxt a - Initialize a Prisma project with SQLite - Create an `User` and `Post` example model in the Prisma Schema - Prompt you to run a migration to create database tables with [Prisma Migrate](https://www.prisma.io/docs/orm/prisma-migrate/understanding-prisma-migrate/overview) - - Install and generate a [Prisma Client](https://www.prisma.io/docs/orm/reference/prisma-client-reference) + - Install and generate a [Prisma Client](/orm/reference/prisma-client-reference) - Prompt you to start the [Prisma Studio](/orm/tools/prisma-studio) 5. You can now use Prisma ORM in your project. If you accepted the prompt to add Prisma Studio, you can access Prisma Studio through the Nuxt Devtools. See the [usage section](#usage) to learn how to use Prisma Client in your app.