Merge pull request #33705 from schultzp2020/remove-jsx-codemod-guide
docs: replace JSX codemod tutorial with link to codemod.com
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user