Skip to content

Commit

Permalink
Merge pull request #165 from reactwg/mrousavy-patch-1
Browse files Browse the repository at this point in the history
fix: Fix broken link
  • Loading branch information
cortinico committed Mar 25, 2024
2 parents db13a53 + 4aef8d5 commit 5eec70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/codegen.md
Expand Up @@ -273,7 +273,7 @@ If you are working on a library, you can include Codegen artefacts in it. This s

Here is how you can enable this setup:

- Define `includesGeneratedCode: true` and `outputDir` in the `codegenConfig`, as described in [Configure Codegen](./enable-libraries.md#configure-codegen).
- Define `includesGeneratedCode: true` and `outputDir` in the `codegenConfig`, as described in [Configure Codegen](./enable-libraries-prerequisites.md#configure-codegen).
- Run Codegen locally with [the codegen CLI](./codegen.md#the-codegen-cli).
- Update your `package.json` to include the generated code.
- Update your [podspec](./turbo-modules.md#ios-create-the-podspec-file) to include the generated code.
Expand Down

0 comments on commit 5eec70b

Please sign in to comment.