Skip to content

Commit 3a7f2b6

Browse files
committed
fix links
1 parent 7fb891a commit 3a7f2b6

File tree

1 file changed

+4
-4
lines changed
  • articles/cognitive-services/Computer-vision/quickstarts-sdk

1 file changed

+4
-4
lines changed

articles/cognitive-services/Computer-vision/quickstarts-sdk/node-sdk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Create variables for your resource's Azure endpoint and key. If you created the
9898

9999
[!code-javascript[](~/cognitive-services-quickstart-code/javascript/ComputerVision/ComputerVisionQuickstart.js?name=snippet_vars)]
100100

101-
Instantiate a client with your endpoint and key. Create a [ApiKeyCredentials](docs.microsoft.com/python/api/msrest/msrest.authentication.apikeycredentials?view=azure-python) object with your key and endpoint, and use it to create a [ComputerVisionClient]() object.
101+
Instantiate a client with your endpoint and key. Create a [ApiKeyCredentials](https://docs.microsoft.com/python/api/msrest/msrest.authentication.apikeycredentials?view=azure-python) object with your key and endpoint, and use it to create a [ComputerVisionClient]() object.
102102

103103
[!code-javascript[](~/cognitive-services-quickstart-code/javascript/ComputerVision/ComputerVisionQuickstart.js?name=snippet_client)]
104104

@@ -107,7 +107,7 @@ Instantiate a client with your endpoint and key. Create a [ApiKeyCredentials](do
107107
The code in this section analyzes remote images to extract various visual features. You can do these operations as part of the **analyzeImage** method of the client object, or you can call them using individual methods. See the [reference documentation](https://docs.microsoft.com/javascript/api/overview/azure/cognitiveservices/computervision) for details.
108108

109109
> [!NOTE]
110-
> You can also analyze a local image. See the sample code on [GitHub](github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/ComputerVision/ComputerVisionQuickstart.js) for scenarios involving local images.
110+
> You can also analyze a local image. See the sample code on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/ComputerVision/ComputerVisionQuickstart.js) for scenarios involving local images.
111111
112112
### Get image description
113113

@@ -220,7 +220,7 @@ Define the helper function `describeType`:
220220
Computer Vision can read visible text in an image and convert it to a character stream.
221221

222222
> [!NOTE]
223-
> You can also read text from a local image. See the sample code on [GitHub](github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/ComputerVision/ComputerVisionQuickstart.js) for scenarios involving local images.
223+
> You can also read text from a local image. See the sample code on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/ComputerVision/ComputerVisionQuickstart.js) for scenarios involving local images.
224224
225225
### Set up test images
226226

@@ -263,4 +263,4 @@ If you want to clean up and remove a Cognitive Services subscription, you can de
263263
>[Computer Vision API reference (Node.js)](https://docs.microsoft.com/javascript/api/overview/azure/cognitiveservices/computervision)
264264
265265
* [What is the Computer Vision API?](../Home.md)
266-
* The source code for this sample can be found on [GitHub](github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/ComputerVision/ComputerVisionQuickstart.js).
266+
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/ComputerVision/ComputerVisionQuickstart.js).

0 commit comments

Comments
 (0)