diff --git a/apps/docs/content/docs/ai/tools/skills.mdx b/apps/docs/content/docs/ai/tools/skills.mdx index 58bf21e3dc..e09cf15a44 100644 --- a/apps/docs/content/docs/ai/tools/skills.mdx +++ b/apps/docs/content/docs/ai/tools/skills.mdx @@ -68,7 +68,7 @@ Covers `npx create-db`, Console operations, programmatic provisioning via the Ma [Prisma Next](/orm/next) ships its own skill set, versioned with the product. Projects scaffolded with `create-prisma` install them automatically; add them to an existing project with: ```npm -npx skills add prisma/prisma-next/skills +npx skills add prisma/prisma/skills ``` | Skill | What your agent uses it for | diff --git a/apps/docs/content/docs/orm/next/extensions/using-extensions.mdx b/apps/docs/content/docs/orm/next/extensions/using-extensions.mdx index b408ae8734..fee2303562 100644 --- a/apps/docs/content/docs/orm/next/extensions/using-extensions.mdx +++ b/apps/docs/content/docs/orm/next/extensions/using-extensions.mdx @@ -105,15 +105,15 @@ You can build an extension that does not exist yet. The catalog is first-party t | Extension | Adds | Package | | --- | --- | --- | -| [pgvector](https://github.com/prisma/prisma-next/tree/main/packages/3-extensions/pgvector#readme) | Vector columns and similarity search | `@prisma-next/extension-pgvector` | -| [PostGIS](https://github.com/prisma/prisma-next/tree/main/packages/3-extensions/postgis#readme) | Geometry columns and geo queries | `@prisma-next/extension-postgis` | -| [ParadeDB](https://github.com/prisma/prisma-next/tree/main/packages/3-extensions/paradedb#readme) | BM25 full-text search indexes | `@prisma-next/extension-paradedb` | -| [Supabase](https://github.com/prisma/prisma-next/tree/main/packages/3-extensions/supabase#readme) | Supabase auth and storage tables, role-bound clients | `@prisma-next/extension-supabase` | -| [arktype-json](https://github.com/prisma/prisma-next/tree/main/packages/3-extensions/arktype-json#readme) | JSON columns validated by an arktype schema | `@prisma-next/extension-arktype-json` | +| [pgvector](https://github.com/prisma/prisma/tree/main/packages/3-extensions/pgvector#readme) | Vector columns and similarity search | `@prisma-next/extension-pgvector` | +| [PostGIS](https://github.com/prisma/prisma/tree/main/packages/3-extensions/postgis#readme) | Geometry columns and geo queries | `@prisma-next/extension-postgis` | +| [ParadeDB](https://github.com/prisma/prisma/tree/main/packages/3-extensions/paradedb#readme) | BM25 full-text search indexes | `@prisma-next/extension-paradedb` | +| [Supabase](https://github.com/prisma/prisma/tree/main/packages/3-extensions/supabase#readme) | Supabase auth and storage tables, role-bound clients | `@prisma-next/extension-supabase` | +| [arktype-json](https://github.com/prisma/prisma/tree/main/packages/3-extensions/arktype-json#readme) | JSON columns validated by an arktype schema | `@prisma-next/extension-arktype-json` | All target PostgreSQL. ParadeDB and Supabase are experimental (ParadeDB covers the `key_field` index option only so far); the rest are Early Access. Extension names link to each package's README on GitHub. -For a working project per extension, see the runnable examples: [pgvector](https://github.com/prisma/prisma-next/tree/main/examples/prisma-next-demo), [PostGIS](https://github.com/prisma/prisma-next/tree/main/examples/prisma-next-postgis-demo), [ParadeDB](https://github.com/prisma/prisma-next/tree/main/examples/paradedb-demo), and [Supabase](https://github.com/prisma/prisma-next/tree/main/examples/supabase). +For a working project per extension, see the runnable examples: [pgvector](https://github.com/prisma/prisma/tree/main/examples/prisma-next-demo), [PostGIS](https://github.com/prisma/prisma/tree/main/examples/prisma-next-postgis-demo), [ParadeDB](https://github.com/prisma/prisma/tree/main/examples/paradedb-demo), and [Supabase](https://github.com/prisma/prisma/tree/main/examples/supabase). ## See also diff --git a/apps/docs/content/docs/orm/next/index.mdx b/apps/docs/content/docs/orm/next/index.mdx index f4b2e3729c..4d36b54f3e 100644 --- a/apps/docs/content/docs/orm/next/index.mdx +++ b/apps/docs/content/docs/orm/next/index.mdx @@ -76,7 +76,7 @@ Prisma Next is being built in the open. The full story spans this nine-part seri :::note[More Prisma Next docs are coming soon] -Prisma Next is in active development, and full conceptual and reference documentation is on the way. Follow along on the [Prisma blog](https://www.prisma.io/blog) and explore the source on [GitHub](https://github.com/prisma/prisma-next). +Prisma Next is in active development, and full conceptual and reference documentation is on the way. Follow along on the [Prisma blog](https://www.prisma.io/blog) and explore the source on [GitHub](https://github.com/prisma/prisma). ::: diff --git a/apps/docs/content/docs/orm/next/migrations/editing-a-migration.mdx b/apps/docs/content/docs/orm/next/migrations/editing-a-migration.mdx index 0cff138fc1..e3da5fab93 100644 --- a/apps/docs/content/docs/orm/next/migrations/editing-a-migration.mdx +++ b/apps/docs/content/docs/orm/next/migrations/editing-a-migration.mdx @@ -195,7 +195,7 @@ override get operations() { } ``` -The full working migration, including the two query-plan helpers, is in the Prisma Next repo's [retail-store example](https://github.com/prisma/prisma-next/blob/main/examples/retail-store/migrations/app/20260513T0508_backfill_product_status/migration.ts). +The full working migration, including the two query-plan helpers, is in the Prisma Next repo's [retail-store example](https://github.com/prisma/prisma/blob/main/examples/retail-store/migrations/app/20260513T0508_backfill_product_status/migration.ts). ## Starting from a blank migration diff --git a/apps/docs/content/docs/orm/next/migrations/the-migration-graph.mdx b/apps/docs/content/docs/orm/next/migrations/the-migration-graph.mdx index 7ec401111a..3b56037bfd 100644 --- a/apps/docs/content/docs/orm/next/migrations/the-migration-graph.mdx +++ b/apps/docs/content/docs/orm/next/migrations/the-migration-graph.mdx @@ -115,8 +115,8 @@ Four read-only commands, each answering a different question: The Prisma Next repo ships example graphs (a diamond, a wide fan-out, converging branches, rollback chains) as ready-to-render fixtures: ```bash -git clone https://github.com/prisma/prisma-next -cd prisma-next && pnpm install && pnpm -w build && pnpm install +git clone https://github.com/prisma/prisma +cd prisma && pnpm install && pnpm -w build && pnpm install cd examples/prisma-next-demo npx prisma-next migration graph --config fixtures/showcase/prisma-next.config.ts --legend ```