diff --git a/content/800-guides/1000-using-prisma-orm-with-turborepo.mdx b/content/800-guides/1000-using-prisma-orm-with-turborepo.mdx index a3c5ef88bb..bb555d1b32 100644 --- a/content/800-guides/1000-using-prisma-orm-with-turborepo.mdx +++ b/content/800-guides/1000-using-prisma-orm-with-turborepo.mdx @@ -186,7 +186,7 @@ model User { } ``` -### The importance of generating Prisma types in a [custom directory](/prisma-client/setup-and-configuration/generating-prisma-client#using-a-custom-output-path) +### The importance of generating Prisma types in a [custom directory](/orm/prisma-client/setup-and-configuration/generating-prisma-client#using-a-custom-output-path) In the `schema.prisma` file, we specify a custom `output` path where Prisma will generate its types. This ensures Prisma's types are resolved correctly across different package managers.