Skip to content

Commit 0e68b2e

Browse files
authored
Merge pull request #269111 from diberry/diberry/0314-broken-link-fix
Azure AI - broken links - intelligent apps
2 parents 8106c94 + 09f8949 commit 0e68b2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/ai-services/openai/includes/chatgpt-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: mbullwin
1010
ms.date: 11/15/2023
1111
---
1212

13-
[Source code](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/openai/Azure.AI.OpenAI/src) | [Package (NuGet)](https://www.nuget.org/packages/Azure.AI.OpenAI/) | [Samples](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/openai/Azure.AI.OpenAI/tests/Samples)| [Retrieval Augmented Generation (RAG) enterprise chat template](/dotnet/azure/ai/get-started-app-chat-template) |
13+
[Source code](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/openai/Azure.AI.OpenAI/src) | [Package (NuGet)](https://www.nuget.org/packages/Azure.AI.OpenAI/) | [Samples](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/openai/Azure.AI.OpenAI/tests/Samples)| [Retrieval Augmented Generation (RAG) enterprise chat template](/dotnet/ai/get-started-app-chat-template) |
1414

1515
## Prerequisites
1616

articles/ai-services/openai/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ landingContent:
147147
- linkListType: deploy
148148
links:
149149
- text: C#
150-
url: /dotnet/azure/ai/get-started-app-chat-template
150+
url: /dotnet/ai/get-started-app-chat-template
151151
- text: Java
152152
url: /azure/developer/java/quickstarts/get-started-app-chat-template
153153
- text: JavaScript

articles/ai-services/openai/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ items:
246246
displayName: RAG, rag
247247
items:
248248
- name: C#
249-
href: /dotnet/azure/ai/get-started-app-chat-template
249+
href: /dotnet/ai/get-started-app-chat-template
250250
displayName: RAG, rag
251251
- name: Java
252252
href: /azure/developer/java/quickstarts/get-started-app-chat-template

0 commit comments

Comments
 (0)