Skip to content

Commit f883a50

Browse files
authored
Fix codegen URL (facebook#4370)
1 parent d3834f7 commit f883a50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/the-new-architecture/codegen-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Calling Gradle or manually calling a script might be hard to remember and it requires a lot of ceremony.
44

5-
To simplify it, we created a CLI tool that can help you running those tasks: the **Codegen** cli. This command runs [react-native-codegen](https://www.npmjs.com/package/react-native-codegen) for your project. The following options are available:
5+
To simplify it, we created a CLI tool that can help you running those tasks: the **Codegen** cli. This command runs [@react-native/codegen](https://www.npmjs.com/package/@react-native/codegen) for your project. The following options are available:
66

77
```sh
88
npx @react-native-community/cli codegen --help

website/versioned_docs/version-0.76/the-new-architecture/codegen-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Calling Gradle or manually calling a script might be hard to remember and it requires a lot of ceremony.
44

5-
To simplify it, we created a CLI tool that can help you running those tasks: the **Codegen** cli. This command runs [react-native-codegen](https://www.npmjs.com/package/react-native-codegen) for your project. The following options are available:
5+
To simplify it, we created a CLI tool that can help you running those tasks: the **Codegen** cli. This command runs [@react-native/codegen](https://www.npmjs.com/package/@react-native/codegen) for your project. The following options are available:
66

77
```sh
88
npx @react-native-community/cli codegen --help

0 commit comments

Comments
 (0)