Skip to content

Commit b856f4d

Browse files
authored
Fixed broken file links
1 parent cf357c0 commit b856f4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-signalr/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- name: Tutorials
3333
items:
3434
- name: Build a group chat app with OpenAI
35-
href: signalr-tutorial-group-chat-with-open-ai.md
35+
href: signalr-tutorial-group-chat-with-openai.md
3636
- name: Build a serverless real-time app with authentication
3737
href: signalr-tutorial-authenticate-azure-functions.md
3838
- name: Build a Blazor Server chat app

articles/azure-signalr/signalr-tutorial-group-chat-with-openai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The integration of AI into applications is rapidly becoming a must-have for deve
1414

1515
This tutorial guides you through building a real-time group chat application. Among a group of human collaborators in a chat, there's an AI assistant, which has access to the chat history and can be invited to help out by any collaborator when they start the message with `@gpt`. The finished app looks like this.
1616

17-
:::image type="content" source="./media/signalr-tutorial-group-chat-with-open-ai/ai-powered-group-chat.png" alt-text="Screenshot of user interface for the AI-powered group chat":::
17+
:::image type="content" source="./media/signalr-tutorial-group-chat-with-openai/ai-powered-group-chat.png" alt-text="Screenshot of user interface for the AI-powered group chat":::
1818

1919
We use OpenAI for generating intelligent, context-aware responses and SignalR for delivering the response to users in a group. You can find the complete code [in this repo](https://github.com/aspnet/AzureSignalR-samples/tree/main/samples/AIStreaming).
2020

@@ -42,7 +42,7 @@ In this section, we walk through the key parts of the code that integrate Signal
4242

4343
### Data flow
4444

45-
:::image type="content" source="./media/signalr-tutorial-group-chat-with-open-ai/sequence-diagram-ai-powered-group-chat.png" alt-text="Sequence diagram of the AI-powered group chat":::
45+
:::image type="content" source="./media/signalr-tutorial-group-chat-with-openai/sequence-diagram-ai-powered-group-chat.png" alt-text="Sequence diagram of the AI-powered group chat":::
4646

4747
### SignalR Hub integration
4848

0 commit comments

Comments
 (0)