turbo icon indicating copy to clipboard operation
turbo copied to clipboard

Remote cache URL not found https://turborepo.com/remote-cache

Open melroy89 opened this issue 7 months ago • 2 comments

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

Image

Additional context

No response

melroy89 avatar May 24 '25 16:05 melroy89

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.

melroy89 avatar May 26 '25 11:05 melroy89

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.

anthonyshew avatar May 31 '25 21:05 anthonyshew

Fixed in https://github.com/vercel/turborepo/pull/10511. Sorry, forgot to close here! Thank you for reporting.

anthonyshew avatar Sep 20 '25 03:09 anthonyshew