Skip to content

Commit dbb2bd2

Browse files
authored
Broken link fixed
1 parent 1a8140d commit dbb2bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/cognitive-search-custom-skill-form.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this Azure Cognitive Search skillset example, you'll learn how to create a Fo
2626

2727
## Train your model
2828

29-
You'll need to train a Form Recognizer model with your input forms before you use this skill. Follow the [cURL quickstart](../applied-ai-services/form-recognizer/quickstarts/try-sdk-rest-api.md?pivots=programming-language-rest-api) to learn how to train a model. You can use the sample forms provided in that quickstart, or you can use your own data. Once the model is trained, copy its ID value to a secure location.
29+
You'll need to train a Form Recognizer model with your input forms before you use this skill. Follow the [cURL quickstart](/azure/applied-ai-services/form-recognizer/how-to-guides/v2-1-sdk-rest-api) to learn how to train a model. You can use the sample forms provided in that quickstart, or you can use your own data. Once the model is trained, copy its ID value to a secure location.
3030

3131
## Set up the custom skill
3232

@@ -164,4 +164,4 @@ In this guide, you created a custom skill from the Azure Form Recognizer service
164164
* [Add a custom skill to an AI enrichment pipeline](cognitive-search-custom-skill-interface.md)
165165
* [Define a skillset](cognitive-search-defining-skillset.md)
166166
* [Create a skillset (REST)](/rest/api/searchservice/create-skillset)
167-
* [Map enriched fields](cognitive-search-output-field-mapping.md)
167+
* [Map enriched fields](cognitive-search-output-field-mapping.md)

0 commit comments

Comments
 (0)