Skip to content

Commit 006f198

Browse files
authored
Merge pull request #215140 from pritamso/Broken-link-fix-PatrickFarley
Broken link fixed
2 parents 5b64fee + dbb2bd2 commit 006f198

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/identity-javascript-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: pafarley
1313

1414
Get started with facial recognition using the Face client library for JavaScript. Follow these steps to install the package and try out the example code for basic tasks. The Face service provides you with access to advanced algorithms for detecting and recognizing human faces in images. Follow these steps to install the package and try out the example code for basic face identification using remote images.
1515

16-
[Reference documentation](/javascript/api/overview/azure/cognitiveservices/face) | [Library source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/cognitiveservices/cognitiveservices-face) | [Package (npm)](https://www.npmjs.com/package/@azure/cognitiveservices-face) | [Samples](/samples/browse/?products=azure&term=face&languages=javascript)
16+
[Reference documentation](/javascript/api/overview/azure/cognitiveservices-face-readme) | [Library source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/cognitiveservices/cognitiveservices-face) | [Package (npm)](https://www.npmjs.com/package/@azure/cognitiveservices-face) | [Samples](/samples/browse/?products=azure&term=face&languages=javascript)
1717

1818
## Prerequisites
1919

articles/cognitive-services/Computer-vision/index-identity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ landingContent:
8989
- text: Java SDK
9090
url: /java/api/overview/azure/cognitiveservices/client/faceapi
9191
- text: Node.js SDK
92-
url: /javascript/api/overview/azure/cognitiveservices/face
92+
url: /javascript/api/overview/azure/cognitiveservices-face-readme
9393
- text: Azure PowerShell
9494
url: /powershell/module/az.cognitiveservices/#cognitive_services
9595
- text: Azure Command-Line Interface (CLI)
@@ -100,4 +100,4 @@ landingContent:
100100
- linkListType: reference
101101
links:
102102
- text: Support and help options
103-
url: ../cognitive-services-support-options.md?context=/azure/cognitive-services/face/context/context
103+
url: ../cognitive-services-support-options.md?context=/azure/cognitive-services/face/context/context

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)