From 4aef8d50f019e87d8d14518e1eee963592bd6a6f Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 25 Mar 2024 17:00:12 +0100 Subject: [PATCH] fix: Fix broken link --- docs/codegen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codegen.md b/docs/codegen.md index 91cc4a6..fc4c130 100644 --- a/docs/codegen.md +++ b/docs/codegen.md @@ -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.