From 94946c1e4265aa1daad614755276bdbd224fa546 Mon Sep 17 00:00:00 2001 From: AdnanAftab1 <164256532+AdnanAftab1@users.noreply.github.com> Date: Fri, 28 Nov 2025 14:54:45 +0530 Subject: [PATCH] Update Next.js example links in README The links weren't matching before.... --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8e70c2bcc4d..eca5acdfe669 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ Are you missing an example? Please feel free to [open an issue](https://github.c | Demo | Description | | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [`nextjs-api-routes`](https://github.com/prisma/prisma-examples/tree/latest/orm/nextjs-api-routes) | [Next.js](https://nextjs.org/) app with a REST API (using [Next.js API routes](https://nextjs.org/docs/api-routes/introduction)) | +| [`nextjs`](https://github.com/prisma/prisma-examples/tree/latest/orm/nextjs) | [Next.js](https://nextjs.org/) app with a REST API (using [Next.js API routes](https://nextjs.org/docs/api-routes/introduction)) | +[`nextjs-auth`](https://github.com/prisma/prisma-examples/tree/latest/orm/nextjs) | [Next.js](https://nextjs.org/) app with Auth.js(https://authjs.dev/) (using [Auth.js]([https://nextjs.org/docs/api-routes/introduction](https://authjs.dev/reference/nextjs))) | | [`nextjs-graphql`](https://github.com/prisma/prisma-examples/tree/latest/orm/nextjs-graphql) | [Next.js](https://nextjs.org/) app with a GraphQL API (using [Apollo Server](https://github.com/apollographql/apollo-server) and [GraphQL Nexus](https://github.com/graphql-nexus/nexus)) | | [`nextjs-trpc`](https://github.com/prisma/prisma-examples/tree/latest/orm/nextjs-trpc) | [Next.js](https://nextjs.org/) app with [tRPC ](https://trpc.io/) | | [`nuxt`](https://github.com/prisma/prisma-examples/tree/latest/orm/nuxt) | [Nuxt.js](https://nuxt.com/) app with a REST API |