Skip to content

Commit f6f4290

Browse files
committed
CI: Fixed broken md file links
1 parent ba58a99 commit f6f4290

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sdk/contentunderstanding/Azure.AI.ContentUnderstanding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
231231
This project has adopted the [Microsoft Open Source Code of Conduct][code_of_conduct]. For more information see the [Code of Conduct FAQ][code_of_conduct_faq] or contact [opencode@microsoft.com][opencode_email] with any additional questions or comments.
232232

233233
<!-- LINKS -->
234-
[source_code]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/contentunderstanding/Azure.AI.ContentUnderstanding/src
234+
[source_code]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/contentunderstanding/Azure.AI.ContentUnderstanding/src
235235
[api_reference]: https://azure.github.io/azure-sdk-for-net
236236
[product_docs]: https://learn.microsoft.com/azure/ai-services/content-understanding/
237237
[nuget]: https://www.nuget.org/

sdk/contentunderstanding/Azure.AI.ContentUnderstanding/samples/Sample00_ConfigureDefaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ After configuring model deployments, you can use prebuilt analyzers. See:
103103
- [Content Understanding Documentation][cu-docs]
104104
- [Model Deployment Configuration][model-deployment-docs]
105105

106-
[README]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/contentunderstanding/Azure.AI.ContentUnderstanding/samples/README.md
106+
[README]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/contentunderstanding/Azure.AI.ContentUnderstanding/README.md
107107
[sample01]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/contentunderstanding/Azure.AI.ContentUnderstanding/samples/Sample01_AnalyzeBinary.md
108108
[sample02]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/contentunderstanding/Azure.AI.ContentUnderstanding/samples/Sample02_AnalyzeUrl.md
109109
[cu-docs]: https://learn.microsoft.com/azure/ai-services/content-understanding/

sdk/contentunderstanding/Azure.AI.ContentUnderstanding/samples/Sample01_AnalyzeBinary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ if (content is DocumentContent documentContent)
176176

177177
[README]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/contentunderstanding/Azure.AI.ContentUnderstanding#getting-started
178178
[samples-directory]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/contentunderstanding/Azure.AI.ContentUnderstanding/samples
179-
[sample02-analyze-url]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/contentunderstanding/Azure.AI.ContentUnderstanding/samples/Sample02_AnalyzeUrl.md
179+
[sample02-analyze-url]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/contentunderstanding/Azure.AI.ContentUnderstanding/samples/Sample02_AnalyzeUrl.md
180180
[cu-overview]: https://learn.microsoft.com/azure/ai-services/content-understanding/overview
181181
[cu-whats-new]: https://learn.microsoft.com/azure/ai-services/content-understanding/whats-new
182182
[cu-document-overview]: https://learn.microsoft.com/azure/ai-services/content-understanding/document/overview

sdk/contentunderstanding/Azure.AI.ContentUnderstanding/samples/Sample02_AnalyzeUrl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The generated sample includes code for extracting markdown and accessing documen
4646
- **[Document Markdown][cu-document-markdown]** - Markdown format and structure for document content
4747
- **[Document Elements][cu-document-elements]** - Detailed documentation on document extraction
4848

49-
[sample01-analyze-binary]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/contentunderstanding/Azure.AI.ContentUnderstanding/samples/Sample01_AnalyzeBinary.md
49+
[sample01-analyze-binary]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/contentunderstanding/Azure.AI.ContentUnderstanding/samples/Sample01_AnalyzeBinary.md
5050
[samples-directory]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/contentunderstanding/Azure.AI.ContentUnderstanding/samples
5151
[cu-overview]: https://learn.microsoft.com/azure/ai-services/content-understanding/overview
5252
[cu-document-overview]: https://learn.microsoft.com/azure/ai-services/content-understanding/document/overview

0 commit comments

Comments
 (0)