Skip to content

Commit c1d05e6

Browse files
Merge pull request #225070 from pritamso/Broken-link-fix-eur
Broken link removed
2 parents 02bf6f6 + 264b4ec commit c1d05e6

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/javascript.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,3 @@ Alternatively, you could use a require statement:
9292
```javascript
9393
const sdk = require("microsoft-cognitiveservices-speech-sdk");
9494
```
95-
96-
For more information on `require`, see [What is require?](https://nodejs.org/en/knowledge/getting-started/what-is-require/) on the Node.js website.

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.

articles/cognitive-services/Speech-Service/rest-speech-to-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Health status provides insights about the overall health of the service and sub-
107107

108108
|Path|Method|Version 3.1|Version 3.0|
109109
|---------|---------|---------|---------|
110-
|`/healthstatus`|GET|[ServiceHealth_Get](https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/ServiceHealth_Get)|[GetHealthStatus](https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/GetHealthStatus)|
110+
|`/healthstatus`|GET|[HealthStatus_Get](https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/HealthStatus_Get)|[GetHealthStatus](https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/GetHealthStatus)|
111111

112112
## Models
113113

0 commit comments

Comments
 (0)