Skip to content

Commit ea8ce80

Browse files
committed
Fix bad links
1 parent f56d106 commit ea8ce80

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

articles/ai-services/content-understanding/quickstart/use-rest-api.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ To get started, you need **an active Azure subscription**. If you don't have an
2626

2727
:::image type="content" source="../media/overview/azure-multi-service-resource.png" alt-text="Screenshot of the AI Foundry resource page in the Azure portal.":::
2828

29-
* In this quickstart, we use the cURL command line tool. If it isn't installed, you can download a version for your dev environment:
30-
31-
* [Windows](https://curl.haxx.se/windows/)
32-
* [Mac or Linux](https://learn2torials.com/thread/how-to-install-curl-on-mac-or-linux-(ubuntu)-or-windows)
33-
29+
In this guide, we use the cURL command line tool. If it isn't installed, you can [download](https://everything.curl.dev/install/index.html) the appropriate version for your dev environment.
3430

3531
## Get started with a prebuilt analyzer
3632

articles/ai-services/content-understanding/tutorial/build-rag-solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To get started, you need **An active Azure subscription**. If you don't have an
3636
* **Azure AI Search Resource:** Set up an [Azure AI Search resource](../../../search/search-create-service-portal.md) to enable indexing and retrieval of multimodal data.
3737
* **Azure OpenAI Chat Model Deployment:** Deploy an [Azure OpenAI chat model](../../openai/how-to/deployment-types.md) that enables conversational interactions.
3838
* **Embedding Model Deployment:** Ensure you have an embedding model deployed to generate vector representations for semantic search.
39-
* **API Version:** This tutorial uses the latest preview [API version](/rest/api/contentunderstanding/analyzers?view=rest-contentunderstanding-2024-12-01-preview&preview&preserve-view=true): `2024-12-01-preview`.
39+
* **API Version:** This tutorial uses the latest preview [API version](/rest/api/contentunderstanding/operation-groups?preserve-view=true).
4040
* **Python Environment:** Install [Python 3.11](https://www.python.org/downloads/) to execute the provided code samples and scripts.
4141
* This tutorial follows this sample code can be found in our [Python notebook](https://github.com/Azure-Samples/azure-ai-search-with-content-understanding-python#samples). Follow the [README](https://github.com/Azure-Samples/azure-ai-search-with-content-understanding-python/blob/main/README.md) to create essential resources, grant resources the right Access control(IAM) roles and install all packages needed for this tutorial.
4242
* The multimodal data used in this tutorial consists of documents, images, audio, and video. They're designed to guide you through the process of building a robust RAG solution with Azure AI Content Understanding.

articles/ai-services/content-understanding/tutorial/create-custom-analyzer.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ ms.date: 05/19/2025
1414

1515
Content Understanding analyzers define how to process and extract insights from your content. They ensure uniform processing and output structure across all your content to deliver reliable and predictable results. We offer [prebuilt analyzers](../concepts/prebuilt-analyzers.md) for common use cases. This guide shows how these analyzers can be customized to better fit your needs.
1616

17-
In this guide, we use the cURL command line tool. If it isn't installed, you can download the appropriate version for your dev environment:
18-
19-
* [Windows](https://curl.haxx.se/windows/)
20-
* [Mac or Linux](https://learn2torials.com/thread/how-to-install-curl-on-mac-or-linux-(ubuntu)-or-windows)
17+
In this guide, we use the cURL command line tool. If it isn't installed, you can [download](https://everything.curl.dev/install/index.html) the appropriate version for your dev environment.
2118

2219
## Define an analyzer schema
2320

0 commit comments

Comments
 (0)