Skip to content

Commit

Permalink
fix: Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Mar 25, 2024
1 parent db13a53 commit 4aef8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/codegen.md
Original file line number Diff line number Diff line change
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 4aef8d5

Please sign in to comment.