From a437908241f25e51a9ed5a7379abc76679d18ea7 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 16 Jul 2024 07:20:39 +0000 Subject: [PATCH] GITBOOK-103: Docs: update extension links --- en/guides/extension/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/en/guides/extension/README.md b/en/guides/extension/README.md index 75d1545..063d9b5 100644 --- a/en/guides/extension/README.md +++ b/en/guides/extension/README.md @@ -2,6 +2,11 @@ In the process of creating AI applications, developers face constantly changing business needs and complex technical challenges. Effectively leveraging extension capabilities can not only enhance the flexibility and functionality of applications but also ensure the security and compliance of enterprise data. Dify offers the following two methods of extension: -[API Based Extension](api_based_extension/ "mention") +{% content-ref url="api-based-extension/" %} +[api-based-extension](api-based-extension/) +{% endcontent-ref %} + +{% content-ref url="code-based-extension/" %} +[code-based-extension](code-based-extension/) +{% endcontent-ref %} -[code-based-extension.md](code-based-extension.md "mention")