Skip to content

Commit c23f41b

Browse files
committed
Fixed the actual bug
1 parent 09479c6 commit c23f41b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Let's add some code that works as a skeleton for our project.
5151

5252
[!code-cpp[](~/samples-cognitive-services-speech-sdk/quickstart/cpp/windows/from-blob/helloworld.cpp?range=7-32,187-190,300-309)]
5353

54-
[!INCLUDE [placeholder-replacements](../../placeholder-replacements.md)]
54+
[!INCLUDE [placeholder-replacements](../placeholder-replacement.md)]
5555

5656
## JSON Wrappers
5757

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Let's add some code that works as a skeleton for our project.
5252

5353
[!code-csharp[](~/samples-cognitive-services-speech-sdk/quickstart/csharp/dotnet/from-blob/program.cs?range=6-43,138,277)]
5454

55-
[!INCLUDE [placeholder-replacements](../../placeholder-replacements.md)]
55+
[!INCLUDE [placeholder-replacements](../placeholder-replacement.md)]
5656

5757
## JSON Wrappers
5858

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Let's add some code that works as a skeleton for our project.
4343

4444
[!code-java[](~/samples-cognitive-services-speech-sdk/quickstart/java/jre/from-blob/src/quickstart/Main.java?range=1-13,95-105,206-207)]
4545

46-
[!INCLUDE [placeholder-replacements](../../placeholder-replacements.md)]
46+
[!INCLUDE [placeholder-replacements](../placeholder-replacement.md)]
4747

4848
## JSON Wrappers
4949

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Let's add some code that works as a skeleton for our project.
6464
6565
[!code-python[](~/samples-cognitive-services-speech-sdk/quickstart/python/from-blob/python-client/main.py?range=1-2,7-34,115-119)]
6666
67-
[!INCLUDE [placeholder-replacements](../../placeholder-replacements.md)]
67+
[!INCLUDE [placeholder-replacements](../placeholder-replacement.md)]
6868
6969
## Create and configure an Http Client
7070
The first thing we'll need is an Http Client that has a correct base URL and authentication set.

0 commit comments

Comments
 (0)