You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/includes/quickstarts/platform/javascript.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ This guide shows how to install the [Speech SDK](~/articles/ai-services/speech-s
42
42
43
43
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.
44
44
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:
46
46
47
47
- *microsoft.cognitiveservices.speech.sdk.bundle.js*: A human-readable version of the Speech SDK.
48
48
- *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
54
54
55
55
### HTML script tag
56
56
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.
0 commit comments