From d83ceeec080fb5ab52df31d57978b1ce14139133 Mon Sep 17 00:00:00 2001 From: Thomas Knickman Date: Mon, 12 Sep 2022 14:46:16 -0400 Subject: [PATCH] chore(examples): update turborepo examples link (#40487) ## Documentation / Examples We now maintain a landing page of all monorepo examples with Next.js apps. We can point users here instead. - [X] Make sure the linting passes by running `pnpm lint` - [X] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples) --- examples/with-turbo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-turbo/README.md b/examples/with-turbo/README.md index 4e403d41ec38..dc116013fb15 100644 --- a/examples/with-turbo/README.md +++ b/examples/with-turbo/README.md @@ -1,3 +1,3 @@ The official examples are maintained by the Turborepo team: -- [Typescript](https://github.com/vercel/turborepo/tree/main/examples/basic) +- [Turborepo + Next.js Examples](https://github.com/vercel/turborepo/tree/main/examples/with-nextjs)