From 86166b5b77ddb6de8975d9c7fd4a7b47f2cecd54 Mon Sep 17 00:00:00 2001 From: Jason Wells <30323598+v-jaswel@users.noreply.github.com> Date: Thu, 16 Jul 2020 13:58:16 -0700 Subject: [PATCH 1/2] Update "try Cognitive Services for free" link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bfe446..455df41 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,7 @@ The client library is a thin C\# client wrapper for the Microsoft WebLM API. ## The Sample This sample is a C# Windows console application demonstrating the use of the Microsoft WebLM API. -To obtain a subscription key for WebLM API, visit [the Microsoft Cognitive Services website]() and sign up for free using a Microsoft account. -Then open, modify, build, and run the accompanying Visual Studio solution. +To obtain a subscription key for WebLM API, visit [the Microsoft Cognitive Services website](https://azure.microsoft.com/free/cognitive-services/), create a new Azure account, and try Cognitive Services for free. Then open, modify, build, and run the accompanying Visual Studio solution. ### Build the sample From f2f4dec2cdb406dcac213308609baa6f5f55dd9f Mon Sep 17 00:00:00 2001 From: Jason Wells <30323598+v-jaswel@users.noreply.github.com> Date: Tue, 21 Jul 2020 09:08:43 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 455df41..c38d4d3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The client library is a thin C\# client wrapper for the Microsoft WebLM API. ## The Sample This sample is a C# Windows console application demonstrating the use of the Microsoft WebLM API. -To obtain a subscription key for WebLM API, visit [the Microsoft Cognitive Services website](https://azure.microsoft.com/free/cognitive-services/), create a new Azure account, and try Cognitive Services for free. Then open, modify, build, and run the accompanying Visual Studio solution. +To obtain a subscription key for WebLM API, visit [the Microsoft Cognitive Services Web site](https://azure.microsoft.com/free/cognitive-services/), create a new Azure account, and try Cognitive Services for free. Then open, modify, build, and run the accompanying Visual Studio solution. ### Build the sample