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)
This commit is contained in:
Thomas Knickman 2022-09-12 14:46:16 -04:00 committed by GitHub
parent d6f5ebf773
commit d83ceeec08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)