Skip to content

Commit bf7e575

Browse files
author
Trevor Bye
committed
removing html files and linking to sample repo
1 parent b2bb47b commit bf7e575

File tree

14 files changed

+9
-1322
lines changed

14 files changed

+9
-1322
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ recognizer.recognizeOnceAsync(
199199
```
200200

201201
## Check your code
202-
[!code-html [SampleCode](index.html)]
202+
203+
[!code-html [SampleCode](~/samples-cognitive-services-speech-sdk/quickstart/javascript/browser/index-from-file.html)]
203204

204205
## Create the token source (optional)
205206

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/javascript/index.html

Lines changed: 0 additions & 155 deletions
This file was deleted.

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/javascript/index.html

Lines changed: 0 additions & 144 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create a new file in the folder, named `index.html` and open this file with a te
3030

3131
1. Create the following HTML skeleton:
3232

33-
[!code-html [SampleCode](index.html)]
33+
[!code-html [SampleCode](~/samples-cognitive-services-speech-sdk/quickstart/javascript/browser/index-from-mic.html)]
3434

3535
## Create the token source (optional)
3636

articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/javascript/browser.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ Insert this code below the model addition:
232232
```
233233

234234
## Check your code
235-
[!code-html [SampleCode](index.html)]
235+
236+
[!code-html [SampleCode](~/samples-cognitive-services-speech-sdk/quickstart/javascript/browser/index-intent-recognition.html)]
236237

237238
## Create the token source (optional)
238239

0 commit comments

Comments
 (0)