Remote cache URL not found https://turborepo.com/remote-cache
Verify canary release
- [x] I verified that the issue exists in the latest Turborepo canary release.
Link to code that reproduces this issue
https://github.com/vercel/turborepo/tree/main/examples/kitchen-sink
Which canary version will you have in your reproduction?
2.5.3
Environment information
N/A
Expected behavior
The link to the remote-cache will show the correct webpage..
Actual behavior
https://turborepo.com/remote-cache
Goes to a link that is NOT found :\
To Reproduce
- Following the example setup of the kitchen sink: https://turborepo.com/docs/getting-started/examples
$ pnpm dlx create-turbo@latest --example kitchen-sink
? Where would you like to create your Turborepo? ./my-turborepo
? Which package manager do you want to use? pnpm
>>> Creating a new Turborepo with:
Application packages
- apps/admin
- apps/api
- apps/blog
- apps/storefront
Library packages
- packages/config-eslint
- packages/config-typescript
- packages/jest-presets
- packages/logger
- packages/ui
>>> Success! Created your Turborepo at my-turborepo
To get started:
- Change to the directory: cd my-turborepo
- Enable Remote Caching (recommended): pnpm dlx turbo login
- Learn more: https://turborepo.com/remote-cache <!-------------- THIS LINK
Additional context
No response
The URL should now be: https://turborepo.com/docs/core-concepts/remote-caching
Which is currently not the case in the CLI output towards the terminal.
A redirect was added to go to the right URL but I still need to update the link itself to the right pointer in the first place.
Thanks for flagging! Will do this soon.
Fixed in https://github.com/vercel/turborepo/pull/10511. Sorry, forgot to close here! Thank you for reporting.