Skip to content

Commit 07580fe

Browse files
committed
2025_04 - Fix monthly broken links - eric-urban
1 parent a32e228 commit 07580fe

File tree

1 file changed

+2
-2
lines changed
  • articles/ai-services/speech-service/includes/quickstarts/platform

1 file changed

+2
-2
lines changed

articles/ai-services/speech-service/includes/quickstarts/platform/javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This guide shows how to install the [Speech SDK](~/articles/ai-services/speech-s
4242

4343
1. Create a new, empty folder. If you want to host the sample on a web server, make sure that the web server can access the folder.
4444

45-
1. Download the Speech SDK as a [.zip package](https://aka.ms/csspeech/jsbrowserpackage) and unpack it into the newly created folder. These files are unpacked:
45+
1. Download the Speech SDK as a [.zip package](https://github.com/Microsoft/cognitive-services-speech-sdk-js/releases) and unpack it into the newly created folder. These files are unpacked:
4646

4747
- *microsoft.cognitiveservices.speech.sdk.bundle.js*: A human-readable version of the Speech SDK.
4848
- *microsoft.cognitiveservices.speech.sdk.bundle.js.map*: A map file to use for debugging SDK code.
@@ -54,7 +54,7 @@ This guide shows how to install the [Speech SDK](~/articles/ai-services/speech-s
5454

5555
### HTML script tag
5656

57-
Download and extract the *microsoft.cognitiveservices.speech.sdk.bundle.js* file from the [Speech SDK for JavaScript](https://aka.ms/csspeech/jsbrowserpackage). Place it in a folder that your HTML file can access.
57+
Download and extract the *microsoft.cognitiveservices.speech.sdk.bundle.js* file from the [Speech SDK for JavaScript](https://github.com/Microsoft/cognitive-services-speech-sdk-js/releases). Place it in a folder that your HTML file can access.
5858

5959
```html
6060
<script src="microsoft.cognitiveservices.speech.sdk.bundle.js"></script>;

0 commit comments

Comments
 (0)