docs: replace JSX codemod tutorial with link to codemod.com

Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
Paul Schultz
2026-03-31 15:32:54 -05:00
parent 8270f88fda
commit 2072182904
2 changed files with 1 additions and 469 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ If you must preserve the default React import for compatibility reasons, you can
import { default as React } from 'react';
```
To streamline this process, consider using an automated codemod. Instructions are available in this [migration guide](https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/jsx-migration-codemod.md).
To streamline this process, consider using an [automated codemod](https://app.codemod.com/registry/jsx-new-transform).
### Updating Configuration Files