From 00aa214cb8764a716e0c77715f3c4ef30986db25 Mon Sep 17 00:00:00 2001 From: John Huang <90279783+johnhuang01@users.noreply.github.com> Date: Thu, 31 Mar 2022 08:19:52 -0700 Subject: [PATCH] [Personalizer] Add correct links in the README for the .NET client library (#27871) --- sdk/personalizer/Azure.AI.Personalizer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/personalizer/Azure.AI.Personalizer/README.md b/sdk/personalizer/Azure.AI.Personalizer/README.md index ddabae95a719a..18836f6e2edda 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/README.md +++ b/sdk/personalizer/Azure.AI.Personalizer/README.md @@ -10,13 +10,13 @@ is a cloud-based service that helps your applications choose the best content it Install the Azure Personalizer client library for .NET with [NuGet][nuget]: ```dotnetcli -dotnet add package Azure.AI.Personalizer --version 2.0.0-beta.1 +dotnet add package Azure.AI.Personalizer --prerelease ``` ## Key concepts Functionality is exposed through several client libraries: -- Azure.AI.Personalizer is built on top of [Azure.Core](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/core/Azure.Core/README.md) and the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html). +- [Azure.AI.Personalizer](https://www.nuget.org/packages/Azure.AI.Personalizer) is built on top of [Azure.Core](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/core/Azure.Core/README.md) and the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html). - [Microsoft.Azure.Personalizer](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitiveservices/Personalizer) is the previous .NET client library for Personalizer.