From 9698bd865007f94541081074334efc7d5f346321 Mon Sep 17 00:00:00 2001 From: Zhoukun Cheng Date: Mon, 6 May 2024 11:13:13 +0800 Subject: [PATCH] Fix wrong code_based_extension link in doc (#73) --- zh_CN/guides/application-design/extension/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh_CN/guides/application-design/extension/README.md b/zh_CN/guides/application-design/extension/README.md index bfc1568..a76844c 100644 --- a/zh_CN/guides/application-design/extension/README.md +++ b/zh_CN/guides/application-design/extension/README.md @@ -4,4 +4,4 @@ [api\_based\_extension](api\_based\_extension/ "mention") -[code\_based\_extension](code\based\_extension/ "mention") \ No newline at end of file +[code\_based\_extension](code\_based\_extension/ "mention") \ No newline at end of file