Skip to content

Commit 68eb419

Browse files
authored
Broken link removed
1 parent aef8654 commit 68eb419

File tree

1 file changed

+1
-3
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/speaker-recognition-basics

1 file changed

+1
-3
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/speaker-recognition-basics/javascript.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ For more information on `import`, see <a href="https://javascript.info/import-ex
4646
const sdk = require("microsoft-cognitiveservices-speech-sdk");
4747
```
4848

49-
For more information on `require`, see <a href="https://nodejs.org/en/knowledge/getting-started/what-is-require/" target="_blank">What is require?.</a>.
50-
5149
---
5250

5351
### Import dependencies
@@ -353,4 +351,4 @@ async function main() {
353351
main();
354352
```
355353

356-
This function creates a [VoiceProfileClient](/javascript/api/microsoft-cognitiveservices-speech-sdk/voiceprofileclient) object, which is used to create, enroll, and delete voice profiles. Then it calls the functions you defined previously.
354+
This function creates a [VoiceProfileClient](/javascript/api/microsoft-cognitiveservices-speech-sdk/voiceprofileclient) object, which is used to create, enroll, and delete voice profiles. Then it calls the functions you defined previously.

0 commit comments

Comments
 (0)