Skip to content

Commit ed365b5

Browse files
committed
Fixed the link refs (finally)
1 parent de10c01 commit ed365b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-functions/functions-create-ai-enabled-apps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Here are some reference samples for RAG-based scenarios:
4747
::: zone pivot="programming-language-javascript"
4848
**[RAG with Azure AI Search](https://github.com/Azure-Samples/azure-functions-openai-aisearch-node)**
4949
::: zone-end
50-
> For RAG, you can use SDKs, including but not limited to Azure Open AI and Azure SDKs to build out your scenarios. This reference sample uses the [OpenAI bindings extension] to highlight OpenAI RAG with Azure AI Search.
50+
> For RAG, you can use SDKs, including but not limited to Azure Open AI and Azure SDKs to build out your scenarios. This reference sample uses the [OpenAI binding extension] to highlight OpenAI RAG with Azure AI Search.
5151
5252
::: zone pivot="programming-language-csharp"
5353
**[Custom chat bot](https://github.com/Azure-Samples/function-dotnet-ai-openai-chatgpt/)**
@@ -62,7 +62,7 @@ Here are some reference samples for RAG-based scenarios:
6262
**[Custom chat bot](https://github.com/Azure-Samples/function-javascript-ai-openai-chatgpt)**
6363
::: zone-end
6464
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-python"
65-
> Shows you how to create a friendly chat bot that issues simple prompts, receives text completions, and sends messages, all in a stateful session using the [OpenAI bindings extension].
65+
> Shows you how to create a friendly chat bot that issues simple prompts, receives text completions, and sends messages, all in a stateful session using the [OpenAI binding extension].
6666
::: zone-end
6767

6868
### Assistant function calling
@@ -81,7 +81,7 @@ Here are some reference samples for assistant function calling scenarios:
8181
**[Assistants function calling (OpenAI bindings)](https://github.com/Azure-Samples/azure-functions-assistants-python)**
8282
::: zone-end
8383
::: zone pivot="programming-language-csharp,programming-language-python"
84-
> Uses the [OpenAI bindings extension] to enable calling custom functions with the assistant skill trigger.
84+
> Uses the [OpenAI binding extension] to enable calling custom functions with the assistant skill trigger.
8585
::: zone-end
8686
::: zone pivot="programming-language-csharp"
8787
**[Agents function calling (Azure AI SDKs)](https://github.com/Azure-Samples/azure-functions-ai-services-agent-dotnet)**
@@ -143,7 +143,7 @@ Functions also enables your apps to reference third-party libraries and framewor
143143
+ [Azure Functions scenarios](functions-scenarios.md)
144144
+ [Tutorial: Add Azure OpenAI text completion hints to your functions in Visual Studio Code](functions-add-openai-text-completion.md)
145145

146-
[OpenAI bindings extension]: functions-bindings-openai.md
146+
[OpenAI binding extension]: functions-bindings-openai.md
147147

148148

149149

0 commit comments

Comments
 (0)