-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Closed
Description
What is the documentation issue?
The link upgrading Next.js in the canary information box leads to Getting Started: Deploying. There is no relevant information about upgrading to canary on the Getting Started: Deploying page.

Is there any context that might help us understand?
For example on the page Directives: use cache:
- The href on upgrading Next.js is:
https://nextjs.org/docs/app/building-your-application/upgrading/canary
https://nextjs.org/docs/app/building-your-application/upgrading/canary
redirects tohttps://nextjs.org/docs/app/getting-started/deploying
. The redirect happens because/docs/app/building-your-application
redirects to/docs/app/getting-started/deploying
.
The correct href for upgrading Next.js is https://nextjs.org/docs/app/getting-started/upgrading#canary-version.
Suggestion to fix: Update the href on upgrading Next.js to https://nextjs.org/docs/app/getting-started/upgrading#canary-version.
I'm happy to create a PR, but from what I have seen the canary information box is not a public component.
Does the docs page already exist? Please link to it.
https://nextjs.org/docs/app/api-reference/directives/use-cache
Metadata
Metadata
Assignees
Labels
No labels