Skip to content

Commit 96c8553

Browse files
authored
Merge pull request #102195 from v-thepet/patch-20
BrokenLinkBugs: Update sdk-nodejs-authoring.md
2 parents 9b3f0c7 + 51b6461 commit 96c8553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/LUIS/includes/sdk-nodejs-authoring.md

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

120120
## Authenticate the client
121121

122-
Create an [CognitiveServicesCredentials]() object with your key, and use it with your endpoint to create an [LUISAuthoringClient]() object.
122+
Create an [CognitiveServicesCredentials](https://docs.microsoft.com/javascript/api/@azure/ms-rest-js/apikeycredentials?view=azure-node-latest) object with your key, and use it with your endpoint to create an [LUISAuthoringClient](https://docs.microsoft.com/javascript/api/@azure/cognitiveservices-luis-authoring/luisauthoringclient?view=azure-node-latest) object.
123123

124124
[!code-javascript[Create LUIS client object](~/cognitive-services-quickstart-code/javascript/LUIS/luis_authoring_quickstart.js?name=AuthoringCreateClient)]
125125

@@ -221,4 +221,4 @@ Current model status: ["InProgress"]
221221
Current model status: ["Success"]
222222
Application published. Endpoint URL: https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/e137a439-b3e0-4e16-a7a8-a9746e0715f7
223223
Application with ID e137a439-b3e0-4e16-a7a8-a9746e0715f7 deleted. Operation result: Operation Successful
224-
```
224+
```

0 commit comments

Comments
 (0)