Skip to content

Commit 7ceabed

Browse files
Merge pull request #7074 from Albertyang0/2025_09-Monthly-broken-links-fix-ay-30
2025_09 - Fix monthly broken links
2 parents 7e1112c + 242e5cd commit 7ceabed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/agents/how-to/tools/model-context-protocol-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use this article to find code samples for connecting Azure AI Foundry Agent Serv
3232
Create a client object that contains the endpoint for connecting to your AI project and other resources.
3333

3434
> [!NOTE]
35-
> You can find an asynchronous example on [GitHub](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample26_PersistentAgents_MCP.md)
35+
> You can find an asynchronous example on [GitHub](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Agents.Persistent/samples)
3636
3737
```csharp
3838
var projectEndpoint = System.Environment.GetEnvironmentVariable("PROJECT_ENDPOINT");

0 commit comments

Comments
 (0)