Skip to content

Commit

Permalink
Rhurey/readme.update (#455)
Browse files Browse the repository at this point in the history
* Convert readme links in quickstarts to use absolute path
  • Loading branch information
rhurey authored Dec 3, 2019
1 parent 44076b1 commit 1bce642
Show file tree
Hide file tree
Showing 41 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion quickstart/cpp/linux/from-microphone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic

## Build the sample

* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Download and extract the Speech SDK
* **By downloading the Microsoft Cognitive Services Speech SDK, you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* Run the following commands after replacing the string `/your/path` with a directory (absolute path) of your choice:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/cpp/linux/text-to-speech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic

## Build the sample

* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Download and extract the Speech SDK
* **By downloading the Microsoft Cognitive Services Speech SDK, you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* Run the following commands after replacing the string `/your/path` with a directory (absolute path) of your choice:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/cpp/macos/from-microphone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic

## Build the sample

* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Download and extract the Speech SDK
* **By downloading the Microsoft Cognitive Services Speech SDK, you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* Run the following commands after replacing the string `/your/path` with a directory (absolute path) of your choice:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/cpp/macos/text-to-speech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic

## Build the sample

* [Download the sample code to your development PC.](../../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Download and extract the Speech SDK
* **By downloading the Microsoft Cognitive Services Speech SDK, you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* Run the following commands after replacing the string `/your/path` with a directory (absolute path) of your choice:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/cpp/windows/from-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample, and select the solution file contained within it.
* Edit the `helloworld.cpp` source:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/cpp/windows/from-microphone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample, and select the solution file contained within it.
* Edit the `helloworld.cpp` source:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/cpp/windows/intent-recognition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This sample demonstrates how to recognize intent with C++ using the Speech SDK f
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample, and select the solution file contained within it.
* Edit the `helloworld.cpp` source:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/cpp/windows/text-to-speech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample, and select the solution file contained within it.
* Edit the `helloworld.cpp` source:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/cpp/windows/translate-speech-to-text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample, and select the solution file contained within it.
* Edit the `helloworld.cpp` source:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/csharp/dotnet/from-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample, and select the solution file contained within it.
* Edit the `Program.cs` source:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/csharp/dotnet/from-microphone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample, and select the solution file contained within it.
* Edit the `Program.cs` source:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/csharp/dotnet/intent-recognition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample, and select the solution file contained within it.
* Edit the `Program.cs` source:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/csharp/dotnet/text-to-speech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample, and select the solution file contained within it.
* Edit the `Program.cs` source:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample, and select the solution file contained within it.
* Edit the `Program.cs` source:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/csharp/dotnetcore/from-microphone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)

* If you are using Microsoft Visual Studio 2017 on Windows:
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
Expand Down
2 changes: 1 addition & 1 deletion quickstart/csharp/dotnetcore/text-to-speech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)

* If you are using Microsoft Visual Studio 2017 on Windows:
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)

* If you are using Microsoft Visual Studio 2017 on Windows:
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
Expand Down
2 changes: 1 addition & 1 deletion quickstart/csharp/unity/from-microphone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This sample demonstrates how to recognize speech in [Unity](https://unity3d.com/
* **By downloading the Speech SDK for Unity you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* The Speech SDK for Unity is packaged as a Unity asset package (.unitypackage).
Download it from [here](https://aka.ms/csspeech/unitypackage).
* Also, [download the sample code to your development PC.](../../README.md#get-the-samples)
* Also, [download the sample code to your development PC.](/README.md#get-the-samples)

## Prepare the sample

Expand Down
2 changes: 1 addition & 1 deletion quickstart/csharp/unity/text-to-speech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This sample demonstrates how to synthesize speech in [Unity](https://unity3d.com
* **By downloading the Speech SDK for Unity you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* The Speech SDK for Unity is packaged as a Unity asset package (.unitypackage).
Download it from [here](https://aka.ms/csspeech/unitypackage).
* Also, [download the sample code to your development PC.](../../../README.md#get-the-samples)
* Also, [download the sample code to your development PC.](/README.md#get-the-samples)

## Prepare the sample

Expand Down
2 changes: 1 addition & 1 deletion quickstart/csharp/uwp/from-microphone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample, and select the solution file contained within it.
* Edit the `MainPage.xaml.cs` source:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/csharp/uwp/text-to-speech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample, and select the solution file contained within it.
* Edit the `MainPage.xaml.cs` source:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/csharp/uwp/translate-speech-to-text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample, and select the solution file contained within it.
* Edit the `MainPage.xaml.cs` source:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/csharp/uwp/virtual-assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
## Build the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample, and select the solution file contained within it.
* Edit the `MainPage.xaml.cs` source:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/csharp/xamarin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This sample demonstrates how to use Speech SDK for Universal Windows Platform (U
## Prepare the sample

* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Start Microsoft Visual Studio 2019 and select **File** \> **Open** \> **Project/Solution**.
* Navigate to the folder containing this sample (under quickstart\csharp-xamarin), and select the solution file contained within it.
* After Visual Studio solution is launched, acknowledge that sample has a following projects:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/java/android/from-microphone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
> Note: more detailed step-by-step instructions are available [here](https://docs.microsoft.com/azure/cognitive-services/speech-service/quickstart-java-android).
* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Open this folder as a project in Android Studio.
* Edit the `MainActivity` source:
* Replace the string `YourSubscriptionKey` with your own subscription key.
Expand Down
2 changes: 1 addition & 1 deletion quickstart/java/android/text-to-speech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
> Note: more detailed step-by-step instructions are available [here](https://docs.microsoft.com/azure/cognitive-services/speech-service/quickstart-text-to-speech-java-android).
* **By building this sample you will download the Microsoft Cognitive Services Speech SDK. By downloading you acknowledge its license, see [Speech SDK license agreement](https://aka.ms/csspeech/license201809).**
* [Download the sample code to your development PC.](../../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Open this folder as a project in Android Studio.
* Edit the `MainActivity` source:
* Replace the string `YourSubscriptionKey` with your own subscription key.
Expand Down
2 changes: 1 addition & 1 deletion quickstart/java/jre/from-microphone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
> Note: more detailed step-by-step instructions are available [here](https://docs.microsoft.com/azure/cognitive-services/speech-service/quickstart-java-jre).
* **By downloading the Microsoft Cognitive Services Speech SDK when building this sample, you acknowledge its license, see [Speech SDK license agreement](https://docs.microsoft.com/azure/cognitive-services/speech-service/license).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Create an empty workspace in Eclipse and import the folder containing this sample as a project into your workspace.
* Edit the `Main` source:
* Replace the string `YourSubscriptionKey` with your own subscription key.
Expand Down
2 changes: 1 addition & 1 deletion quickstart/java/jre/intent-recognition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See the [accompanying article](https://docs.microsoft.com/azure/cognitive-servic
> Note: more detailed step-by-step instructions are available [here](https://docs.microsoft.com/azure/cognitive-services/speech-service/quickstart-java-jre).
* **By downloading the Microsoft Cognitive Services Speech SDK when building this sample, you acknowledge its license, see [Speech SDK license agreement](https://docs.microsoft.com/azure/cognitive-services/speech-service/license).**
* [Download the sample code to your development PC.](../../README.md#get-the-samples)
* [Download the sample code to your development PC.](/README.md#get-the-samples)
* Create an empty workspace in Eclipse and import the folder containing this sample as a project into your workspace.
* Edit the `Main` source:
* Replace the string `YourSubscriptionKey` with your own subscription key.
Expand Down
Loading

0 comments on commit 1bce642

Please sign in to comment.