Skip to content

Commit 92b45fb

Browse files
authored
Broken link fixed
1 parent 3e2c3aa commit 92b45fb

File tree

1 file changed

+2
-2
lines changed
  • articles/applied-ai-services/form-recognizer/includes/quickstarts

1 file changed

+2
-2
lines changed

articles/applied-ai-services/form-recognizer/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ms.author: lajanuar
3232
* A URL for an **image of a receipt**. You can use a [sample image](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/contoso-allinone.jpg) for this quickstart.
3333
* A URL for an **image of a business card**. You can use a [sample image](https://raw.githubusercontent.com/Azure/azure-sdk-for-python/master/sdk/formrecognizer/azure-ai-formrecognizer/samples/sample_forms/business_cards/business-card-english.jpg) for this quickstart.
3434
* A URL for an **image of an invoice**. You can use a [sample document](https://raw.githubusercontent.com/Azure/azure-sdk-for-python/master/sdk/formrecognizer/azure-ai-formrecognizer/samples/sample_forms/forms/Invoice_1.pdf) for this quickstart.
35-
* A URL for an **image of an ID document**. You can use a [sample image](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/id-license.jpg)
35+
* A URL for an **image of an ID document**. You can use a [sample image](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/DriverLicense.png)
3636

3737
## Analyze layout
3838

@@ -1011,7 +1011,7 @@ You'll receive a `200 (Success)` response with JSON output. The first field, `"s
10111011
10121012
Below is a sample ID document and its corresponding JSON output
10131013
1014-
* :::image type="content" source="https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/id-license.jpg" alt-text="sample driver's license":::
1014+
* :::image type="content" source="https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/DriverLicense.png" alt-text="sample driver's license":::
10151015
10161016
#### Response body
10171017

0 commit comments

Comments
 (0)