You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/csharp/dotnet.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The first step is to make sure that you have your project open in Visual Studio.
28
28
29
29
1. Launch Visual Studio 2019.
30
30
2. Load your project and open `Program.cs`.
31
-
3. Download the <ahref="/whatstheweatherlike.wav"download="whatstheweatherlike.wav"target="_blank">whatstheweatherlike.wav <spanclass="docon docon-download x-hidden-focus"></span></a> and add it to your project.
31
+
3. Download the <ahref="https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/csharp/sharedcontent/console/whatstheweatherlike.wav"download="whatstheweatherlike"target="_blank">whatstheweatherlike.wav <spanclass="docon docon-download x-hidden-focus"></span></a> and add it to your project.
32
32
- Save the *whatstheweatherlike.wav* file next to the `Program.cs` file.
33
33
- From the **Solution Explorer** right-click on the project, select **Add > Existing item**.
34
34
- Select the *whatstheweatherlike.wav* file, then select the **Add** button.
0 commit comments