Skip to content

Commit 4aef8d5

Browse files
authored
fix: Fix broken link
1 parent db13a53 commit 4aef8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codegen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ If you are working on a library, you can include Codegen artefacts in it. This s
273273

274274
Here is how you can enable this setup:
275275

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

0 commit comments

Comments
 (0)