From bf6d89db2e75cfeed9b14a59774c98d2e95974e0 Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 29 Feb 2024 23:06:41 -0800 Subject: [PATCH] Fix codegen link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3ca5e3..4d9df1a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can find New Architecture updates [here](https://github.com/reactwg/react-na - New Architecture Workflows - [Create a Fabric Native Component](./docs/fabric-native-components.md) - [Create a Turbo Native Module](./docs/turbo-modules.md) - - [Using Codegen](./docs/codegen) to write type-safe Fabric Components and Turbo Modules + - [Using Codegen](./docs/codegen.md) to write type-safe Fabric Components and Turbo Modules - Writing [cross-platform TurboModules](./docs/turbo-modules-xplat.md) with C++ - Supporting [custom C++ types](./docs/cxx-custom-types.md) - [Using React 18](./docs/react-18.md) features