Skip to content

Commit f21e546

Browse files
authored
Merge pull request #110473 from yulin-li/yulin/1.11.0
[CogSvcs][Speech] update node js quickstart links for v1.11
2 parents f6a0a7b + ed4b572 commit f21e546

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/more/more.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you've clicked this tab, you probably didn't see a quickstart in your favorit
4343
[java-jre]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/jre
4444

4545
[js-browser]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/browser
46-
[js-node]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/node
46+
[js-node]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/node/from-file
4747
[js-code]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript
4848

4949
[obj-iOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/objectivec-ios.md

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/more/more.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you've clicked this tab, you probably didn't see a quickstart in your favorit
4343
[java-jre]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/jre
4444

4545
[js-browser]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/browser
46-
[js-node]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/node
46+
[js-node]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/node/from-file
4747
[js-code]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript
4848

4949
[obj-iOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/objectivec-ios.md

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/more/more.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you've clicked this tab, you probably didn't see a quickstart in your favorit
4343
[java-jre]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/jre
4444

4545
[js-browser]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/browser
46-
[js-node]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/node
46+
[js-node]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/node/from-file
4747
[js-code]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript
4848

4949
[obj-iOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/objectivec-ios.md

articles/cognitive-services/Speech-Service/includes/quickstarts/tts-audio-file/more/more.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you've clicked this tab, you probably didn't see a quickstart in your favorit
1515
| C# | [To a speaker][1-speaker] | [.NET Framework][dotnet], [.NET Core][netcore], [UWP][uwp], [Unity][unity], [Xamarin][xamarin] |
1616
| C++ | [To a speaker][2-speaker] | [Windows][cpp-windows], [Linux][cpp-linux], [macOS][cpp-mac] |
1717
| Java | [To a speaker][3-speaker] | [Android][java-android], [JRE][java-jre] |
18-
| JavaScript | | [Windows, Linux, macOS][js-code] |
18+
| JavaScript | [Node.js to an audio file][js-node] | [Windows, Linux, macOS][js-code] |
1919
| Objective-C | [iOS to speaker][obj-iOS-qck], [macOS to speaker][obj-macOS-qck] | [iOS][obj-iOS], [macOS][obj-macOS] |
2020
| Python | [To a speaker][4-speaker] | [Windows, Linux, macOS][python] |
2121
| Swift | [iOS to speaker][swift-iOS-qck], [macOS to speaker][swift-macOS-qck] | [iOS][swift-iOS], [macOS][swift-macOS] |
@@ -39,6 +39,7 @@ If you've clicked this tab, you probably didn't see a quickstart in your favorit
3939
[java-android]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/android
4040
[java-jre]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/jre
4141

42+
[js-node]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/node/text-to-speech
4243
[js-code]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript
4344

4445
[obj-iOS-qck]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/ios/text-to-speech

articles/cognitive-services/Speech-Service/includes/quickstarts/tts/more/more.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you've clicked this tab, you probably didn't see a quickstart in your favorit
1515
| C# | [To an audio file][1-file] | [.NET Framework][dotnet], [.NET Core][netcore], [UWP][uwp], [Unity][unity], [Xamarin][xamarin] |
1616
| C++ | [To an audio file][2-file] | [Windows][cpp-windows], [Linux][cpp-linux], [macOS][cpp-mac] |
1717
| Java | [To an audio file][3-file] | [Android][java-android], [JRE][java-jre] |
18-
| JavaScript | | [Windows, Linux, macOS][js-code] |
18+
| JavaScript | [Node.js to an audio file][js-node] | [Windows, Linux, macOS][js-code] |
1919
| Objective-C | [iOS to speaker][obj-iOS-qck], [macOS to speaker][obj-macOS-qck] | [iOS][obj-iOS], [macOS][obj-macOS] |
2020
| Python | [To an audio file][4-file] | [Windows, Linux, macOS][python] |
2121
| Swift | [iOS to speaker][swift-iOS-qck], [macOS to speaker][swift-macOS-qck] | [iOS][swift-iOS], [macOS][swift-macOS] |
@@ -39,6 +39,7 @@ If you've clicked this tab, you probably didn't see a quickstart in your favorit
3939
[java-android]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/android
4040
[java-jre]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/jre
4141

42+
[js-node]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/node/text-to-speech
4243
[js-code]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript
4344

4445
[obj-iOS-qck]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/ios/text-to-speech

0 commit comments

Comments
 (0)