Skip to content

Commit 4d20ef3

Browse files
authored
[CogSvc] Speech Service: tiny update to fix broken link in captioning quickstart for Java
1 parent 276b370 commit 4d20ef3

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/captioning

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/captioning/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Before you can do anything, you need to install the Speech SDK. The sample in th
7171

7272
Follow these steps to create a new console application and install the Speech SDK.
7373

74-
1. Copy the <a href="https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/scenarios/java/jre/captioning/" title="Copy the samples" target="_blank">scenarios/java/jre/captioning/</a> sample files from GitHub into your project directory.
74+
1. Copy the <a href="https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/scenarios/java/jre/console/captioning/" title="Copy the samples" target="_blank">scenarios/java/jre/captioning/</a> sample files from GitHub into your project directory.
7575
1. Open a command prompt and run this command to compile the project files.
7676
```console
7777
javac Captioning.java -cp ".;target\dependency\*"

0 commit comments

Comments
 (0)