Skip to content

Commit

Permalink
docs: update broken link in UPGRADING.md (vercel#60342)
Browse files Browse the repository at this point in the history
This link →
[/docs/02-app/01-building-your-application/09-upgrading/index.mdx](https://github.com/vercel/next.js/blob/21452921c055421ec8a44dae6e0e5f311c503337/docs/02-app/01-building-your-application/09-upgrading/index.mdx)
doesn't exist.

Fixing it to link to the correct directory.

Closes NEXT-2006
  • Loading branch information
samcx authored Jan 6, 2024
1 parent 977df12 commit 6568502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This document has been moved to [nextjs.org/docs/upgrading](https://nextjs.org/docs/upgrading). It's also available in this repository on [/docs/02-app/01-building-your-application/09-upgrading/index.mdx](/docs/02-app/01-building-your-application/09-upgrading/index.mdx).
This document has been moved to [nextjs.org/docs/upgrading](https://nextjs.org/docs/upgrading). It's also available in this repository on [/docs/02-app/01-building-your-application/10-upgrading](/docs/02-app/01-building-your-application/10-upgrading).

0 comments on commit 6568502

Please sign in to comment.