Skip to content

Commit fb0c5ad

Browse files
committed
fix url link
1 parent 6072a4c commit fb0c5ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: computer-vision
1111
ms.topic: quickstart
12-
ms.date: 04/14/2020
12+
ms.date: 05/01/2020
1313
ms.author: pafarley
1414
ms.custom: seodec18
1515
---
@@ -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)