From 4f31c64da9f090cb53ca3569c5a6afe08c5f70bd Mon Sep 17 00:00:00 2001 From: Will Binns-Smith Date: Mon, 28 Jul 2025 19:11:16 -0700 Subject: [PATCH] `@next/codemod` update docs url in README The previous URL 404s. --- packages/next-codemod/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next-codemod/README.md b/packages/next-codemod/README.md index ce458da7e90c..32f1b96a0fd7 100644 --- a/packages/next-codemod/README.md +++ b/packages/next-codemod/README.md @@ -6,4 +6,4 @@ Codemods are transformations that run on your codebase programmatically. This al ## Documentation -Visit [nextjs.org/docs/advanced-features/codemods](https://nextjs.org/docs/advanced-features/codemods) to view the documentation for this package. +Visit [nextjs.org/docs/advanced-features/codemods](https://nextjs.org/docs/app/guides/upgrading/codemods) to view the documentation for this package.