diff --git a/examples/with-prisma/README.md b/examples/with-prisma/README.md index 63e011da182e08e..3d723bbafb54406 100644 --- a/examples/with-prisma/README.md +++ b/examples/with-prisma/README.md @@ -1,5 +1,7 @@ Prisma.io maintains it's own Next.Js examples - [Javascript](https://github.com/prisma/prisma-examples/tree/master/javascript/rest-nextjs) -- [Typescript](https://github.com/prisma/prisma-examples/tree/master/typescript/rest-nextjs) -- [Typescript-GraphQL](https://github.com/prisma/prisma-examples/tree/master/typescript/graphql-nextjs) +- [Typescript: rest-api-routes-auth](https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-api-routes-auth) +- [Typescript: rest-api-routes](https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-api-routes) +- [Typescript: rest-api-express](https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-express) +- [Typescript: graphql](https://github.com/prisma/prisma-examples/tree/latest/typescript/graphql-nextjs)