Skip to content

Commit ab663f7

Browse files
Bot 🤖 generated CleanRepo tool run (#46502)
Co-authored-by: gewarren <[email protected]>
1 parent e0e2c9b commit ab663f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎docs/ai/get-started-mcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ Learn more about .NET and MCP using these resources:
9595

9696
## Related content
9797

98-
- [Overview of the .NET + AI ecosystem](/dotnet/ai/dotnet-ai-ecosystem)
98+
- [Overview of the .NET + AI ecosystem](dotnet-ai-ecosystem.md)
9999
- [Microsoft.Extensions.AI](/dotnet/ai/ai-extensions)
100-
- [Semantic Kernel overview for .NET](/dotnet/ai/semantic-kernel-dotnet-overview)
100+
- [Semantic Kernel overview for .NET](semantic-kernel-dotnet-overview.md)

‎docs/ai/quickstarts/build-mcp-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Replace the contents of `Program.cs` with the following code:
6161

6262
The preceding code accomplishes the following tasks:
6363

64-
- Initializes an `IChatClient` abstraction using the [`Microsoft.Extensions.AI`](/dotnet/ai/microsoft-extensions-ai) libraries.
64+
- Initializes an `IChatClient` abstraction using the [`Microsoft.Extensions.AI`](../microsoft-extensions-ai.md) libraries.
6565
- Creates an MCP client and configures it to connect to your MCP server.
6666
- Retrieves and displays a list of available tools from the MCP server, which is a standard MCP function.
6767
- Implements a conversational loop that processes user prompts and utilizes the tools for responses.

0 commit comments

Comments
 (0)