Skip to content

Commit 16ddb39

Browse files
authored
Merge pull request #103999 from Dybe/patch-6
update quickstart to fix image URL
2 parents 8e2ffd5 + 99606af commit 16ddb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Computer-vision/includes/image-analysis-curl-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To analyze an image for various visual features, do the following steps:
4242
1. Replace the value of `<subscriptionKey>` with your key.
4343
1. Replace the first part of the request URL (`westcentralus`) with the text in your own endpoint URL.
4444
[!INCLUDE [Custom subdomains notice](../../../../includes/cognitive-services-custom-subdomains-note.md)]
45-
1. Optionally, change the image URL in the request body (`http://upload.wikimedia.org/wikipedia/commons/3/3c/Shaki_waterfall.jpg\`) to the URL of a different image to be analyzed.
45+
1. Optionally, change the image URL in the request body (`https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Salto_del_Angel-Canaima-Venezuela08.JPG/800px-Salto_del_Angel-Canaima-Venezuela08.JPG`) to the URL of a different image to be analyzed.
4646
1. Open a command prompt window.
4747
1. Paste the command from the text editor into the command prompt window, and then run the command.
4848

0 commit comments

Comments
 (0)