Skip to content

Commit 8344bf8

Browse files
committed
Removed .wav and added raw link.
1 parent d4ab09c commit 8344bf8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The first step is to make sure that you have your project open in Visual Studio.
2828

2929
1. Launch Visual Studio 2019.
3030
2. Load your project and open `Program.cs`.
31-
3. Download the <a href="/whatstheweatherlike.wav" download="whatstheweatherlike.wav" target="_blank">whatstheweatherlike.wav <span class="docon docon-download x-hidden-focus"></span></a> and add it to your project.
31+
3. Download the <a href="https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/csharp/sharedcontent/console/whatstheweatherlike.wav" download="whatstheweatherlike" target="_blank">whatstheweatherlike.wav <span class="docon docon-download x-hidden-focus"></span></a> and add it to your project.
3232
- Save the *whatstheweatherlike.wav* file next to the `Program.cs` file.
3333
- From the **Solution Explorer** right-click on the project, select **Add > Existing item**.
3434
- Select the *whatstheweatherlike.wav* file, then select the **Add** button.

0 commit comments

Comments
 (0)