Skip to content

Commit 649d229

Browse files
committed
fix url link
1 parent fb0c5ad commit 649d229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Computer-vision/QuickStarts/python-analyze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ else:
6161
if 'COMPUTER_VISION_ENDPOINT' in os.environ:
6262
endpoint = os.environ['COMPUTER_VISION_ENDPOINT']
6363

64-
analyze_url = endpoint + "/vision/v2.1/analyze"
64+
analyze_url = endpoint + "vision/v2.1/analyze"
6565

6666
# Set image_url to the URL of an image that you want to analyze.
6767
image_url = "https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/" + \

0 commit comments

Comments
 (0)