From 7b21212c8044e7a541f101b62dc2496911fbc2d2 Mon Sep 17 00:00:00 2001 From: usr3 <50021155+usr3@users.noreply.github.com> Date: Thu, 26 Mar 2026 20:40:24 +0530 Subject: [PATCH] docs: fix broken link for Remix upgrade codemod (#14933) * docs: fix broken link for Remix upgrade codemod Fixed the 404'd link for Remix upgrade in codemod registry. * Sign CLA --- contributors.yml | 1 + docs/upgrading/remix.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index 8f72bd1afa..edae2d43bd 100644 --- a/contributors.yml +++ b/contributors.yml @@ -446,6 +446,7 @@ - turansky - tyankatsu0105 - underager +- usr3 - valerii15298 - ValiantCat - vdusart diff --git a/docs/upgrading/remix.md b/docs/upgrading/remix.md index 284ab39d7d..667d89895c 100644 --- a/docs/upgrading/remix.md +++ b/docs/upgrading/remix.md @@ -399,5 +399,5 @@ Congratulations! You are now on React Router v7. Go ahead and run your applicati [server-actions]: ../start/framework/actions#server-actions [ts-module-augmentation]: https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation [type-safety]: ../explanation/type-safety -[codemod]: https://codemod.com/registry/remix-2-react-router-upgrade +[codemod]: https://app.codemod.com/registry/remix/2/react-router/upgrade [jrestall]: https://github.com/jrestall