From 88bfe5abceec55d8e1a2cc21719b928addcbfc1d Mon Sep 17 00:00:00 2001 From: sunshinezjb Date: Sat, 12 Oct 2024 14:24:51 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9codegen=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-audio-toolkit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/react-native-audio-toolkit.md b/en/react-native-audio-toolkit.md index 059cd5f1..596b54d4 100644 --- a/en/react-native-audio-toolkit.md +++ b/en/react-native-audio-toolkit.md @@ -394,7 +394,7 @@ const styles = StyleSheet.create({ ## 使用 Codegen -本库已经适配了 `Codegen` ,在使用前需要主动执行生成三方库桥接代码,详细请参考[ Codegen 使用文档](/codegen.md)。 +本库已经适配了 `Codegen` ,在使用前需要主动执行生成三方库桥接代码,详细请参考[ Codegen 使用文档](/en/codegen.md)。 ## Link -- Gitee