Skip to content

Commit 0621c1f

Browse files
authored
Merge pull request #5895 from Albertyang0/2025_07-Monthly-broken-links-fix-ay-20
2025_07 - Fix monthly broken links
2 parents f6e945e + 67d94c6 commit 0621c1f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

articles/ai-foundry/agents/how-to/connected-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Checks the contract against internal standards or uploaded guidelines to identif
109109
## Use the .NET SDK
110110

111111
> [!NOTE]
112-
> This shows a synchronous usage. You can find an asynchronous example on [GitHub](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample24_Agent_Connected_Agent.md)
112+
> This shows a synchronous usage. 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/Sample23_PersistentAgents_Connected_Agent.md)
113113
114114
To enable your Agent to use a connected agent, you use `ConnectedAgentToolDefinition` along with the agent ID, name, and a description.
115115

articles/ai-foundry/agents/how-to/tools/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The following tools are authored by third-party partners. Use the links below to
9999
| [LexisNexis](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/LexisNexis) | Seamless access to LexisNexis content. |
100100
| [MiHCM](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/MiHCM) | seamless integration with MiHCM's HR functionalities |
101101
| [Morningstar](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/Morningstar) | Access up-to-date investment research and data such as analyst research, expert commentary, and essential Morningstar data. |
102-
| [Trademo](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/Trademo_Glocal_trade) | Provide latest duties and past shipment data for trade between multiple countries |
102+
| [Trademo](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/Trademo_Global_trade) | Provide latest duties and past shipment data for trade between multiple countries |
103103
| [Tripadvisor](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/Tripadvisor) | Get travel data, guidance and reviews |
104104

105105
## Best Practices

articles/ai-foundry/agents/includes/quickstart-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Next, to authenticate your API requests and run the program, use the [az login](
5252
az login
5353
```
5454

55-
Use the following code to create and run an agent which uploads [a CSV file](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/ai/ai-agents/data/nifty500QuarterlyResults.csv) of data then generates a bar chart from that data. To run this code, you'll need to get the endpoint for your project. This string is in the format:
55+
Use the following code to create and run an agent which uploads [a CSV file](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/ai/ai-agents/data/syntheticCompanyQuarterlyResults.csv) of data then generates a bar chart from that data. To run this code, you'll need to get the endpoint for your project. This string is in the format:
5656

5757
`https://<AIFoundryResourceName>.services.ai.azure.com/api/projects/<ProjectName>`
5858

articles/ai-services/computer-vision/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,9 @@ items:
305305
- name: Client-side
306306
items:
307307
- name: Kotlin (Android)
308-
href: https://aka.ms/azure-ai-vision-face-liveness-client-sdk-android-api-reference
308+
href: https://github.com/Azure-Samples/azure-ai-vision-sdk/tree/main/docs/face
309309
- name: Swift (iOS)
310-
href: https://aka.ms/azure-ai-vision-face-liveness-client-sdk-ios-api-reference
310+
href: https://github.com/Azure-Samples/azure-ai-vision-sdk/tree/main/docs/face
311311
- name: JavaScript (Web)
312312
href: https://aka.ms/azure-ai-vision-face-liveness-client-sdk-web-api-reference
313313
- name: Understand the liveness versions

articles/ai-services/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ items:
138138
- name: Azure Government
139139
href: /azure/azure-government/compare-azure-government-global-azure
140140
- name: Videos
141-
href: https://azure.microsoft.com/resources/videos/index/?services=cognitive-services
141+
href: https://azure.microsoft.com/resources/videos/?services=cognitive-services
142142
- name: Azure Blog
143143
href: https://azure.microsoft.com/blog/
144144
- name: Artificial Intelligence and Machine Learning Blog

0 commit comments

Comments
 (0)