From 89c61bc63b9a39d960324bef81bb742a64faa97c Mon Sep 17 00:00:00 2001 From: Jacob Stamm Date: Thu, 11 May 2023 18:45:57 -0400 Subject: [PATCH] Fix broken "Manage Phone Numbers" link (#31) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1081c313..b0eb2066 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Azure Communication Services enable developers to add communication capabilities 1. [Send SMS](https://docs.microsoft.com/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-csharp) -2. [Manage Phone Numbers](https://docs.microsoft.com/azure/communication-services/quickstarts/telephony-sms/get-phone-number?pivot=programming-language-csharp) +2. [Manage Phone Numbers](https://docs.microsoft.com/azure/communication-services/quickstarts/telephony/get-phone-number?pivots=programming-language-csharp) 3. [Create and manage Communication Services resources](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-net)